A platform where anyone can book for doctors appointments, oxygen, vaccine, beds, and other emergency services and a platform for organizations to provide those services.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_CLIENT_ID=google-auth-client-id
Clone the project
git clone https://github.com/Co-Help/frontend.git co-help-frontend
Go to the project directory
cd co-help-frontend
Install dependencies
npm i
Start the server
npm run start
Client: React, Redux, Chakra UI
Server: Node, Express, MongoDB