Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.2 KB

Getting Started with Task Tracker App

In this project, I created front end using react, HTML and CSS. We used json-server for backend.

Prerequsites:

  1. Download and install npm (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
  2. Download and install react.
  3. Install json server (https://www.npmjs.com/package/json-server)

How to run this project:

  1. Once done with all above Prerequsites run app using npm start. It will start app on http://localhost:3000
  2. Start backen server using npm run server

Available Scripts:

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run server

Runs the json-server in the backend

App Screenshots:

screen_shot_1 screen_shot_1 screen_shot_1