Resonate Landing Page
This repository contains the code for the Resonate — a page designed to showcase our platform, provide users with an overview of its features, and direct them to relevant rooms or store listings based on whether they have the app installed or not.
You can view the Figma Design for the landing page layout and overall structure.
Resonate is a platform currently under development, and this landing page serves as the first touchpoint for users. The goal of the landing page is to provide clear calls to action based on the user's app status. If the user has the app installed, they will be directed to the relevant rooms. If not, they will be shown a store listing for easy installation.
- React for building the user interface
- Figma for Design
To get started with the development, clone the repository:
git clone https://github.com/yourusername/Resonate-Website.git
cd Resonate-Website
Install dependencies:
npm install
Run the project locally:
npm start
Visit http://localhost:3000
in your browser.
Feel free to contribute to the project. Open issues, fork the repository, and submit pull requests for new features, bug fixes, or improvements.