Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.73 KB

Resonate-Website

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.

Figma Design

You can view the Figma Design for the landing page layout and overall structure.

Figma Design

Project Overview

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.


Technologies Used

  • React for building the user interface
  • Figma for Design

Development Setup

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.


Contributing

Feel free to contribute to the project. Open issues, fork the repository, and submit pull requests for new features, bug fixes, or improvements.