Skip to content

prasanth95/tasks-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks Dashboard App

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

Getting Started

These instructions should get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published