This is a ReactJS application for managing tasks with user registration and authentication. Follow the steps below to set up and run the project locally.
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/muskansingh17/task-manager-frontend.git cd task-manager-frontend
-
Install dependencies:
npm install
-
To configure the API base URL, create
.env
file in root folder and add following variables:// .env REACT_APP_API_BASE_URL=http://localhost:5000
```
npm start
```