This Tasks Dashboard App allows you to
- see list of all tasks
- search a task by name
- create new tasks
- mark completed tasks
- edit/delete tasks
These instructions should get you a copy of the project up and running on your local machine for development and testing purposes.
To get the project running, follow these steps:
- Clone this repository
git clone https://github.com/prasanth95/tasks-dashboard.git
- Navigate to project path
cd tasks-dashboard/
- Install the dependencies
npm i
- Open
.env
file and set api key and base url replacing XXXX. For ex:
REACT_APP_API_KEY=MY_API_KEY
REACT_APP_BASE_URL=MY_BASE_URL
- If all the above steps done, run the project
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- To run tests
npm test