Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robiuzzaman4/find-therapist
https://github.com/robiuzzaman4/find-therapist
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robiuzzaman4/find-therapist
- Owner: robiuzzaman4
- Created: 2024-08-01T17:35:52.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T09:01:48.000Z (5 months ago)
- Last Synced: 2024-08-04T20:19:57.641Z (5 months ago)
- Language: JavaScript
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find Therapist - Easily Find Your Nearest Therapists
## Features:
- Create user account by email password credentials
- Sign in with existing account or social login like Google
- Search nearest therapist by location or city name
- Clean, minimal and functional Ui
- Fully mobile responsive## Used Technologies:
- React.js - for fast modern Ui
- React router dom - for routing
- Tailwind CSS - for styling
- Firebase - for authentication
- Embla Carousel - for custom slider
- Sonner - for animated toast
- Netlify - for deployment## How to Run Locally:
To run this project locally, follow these steps:
## Steps:
1. **Clone the Repository**
Open your terminal and clone the repository using the following command:
```bash
git clone https://github.com/robiuzzaman4/find-therapist.git
```2. **Navigate to the Project Directory**
Change your directory to the project folder:
```bash
cd find-therapist
```3. **Install Dependencies**
Install the required dependencies using npm:
```bash
npm install
```4. **Run the Development Server**
Start the development server using Vite:
```bash
npm run dev
```5. **Access the Application**
Open your web browser and navigate to:
```bash
http://localhost:3000
```## Live Link: [Visit Now](https://findtherapist.netlify.app/)