Welcome to TherapyNest, a platform dedicated to providing mental health support and therapy services. This project is built using React and offers a user-friendly interface to connect with professional therapists.
Check out the live version of TherapyNest: Live Demo Link
- Clone the repository:
git clone https://github.com/hellomaruf/TherapyNest-client.git
cd therapynest
- Install dependencies:
npm install
- Start the development server:
npm start
- To create a production build, run:
npm run build