Skip to content

This is a simple tasks tracker application implemented by using reactjs with json-server.

Notifications You must be signed in to change notification settings

SalemNabeelSalem/reactjs-crash-course-tasks-tracker-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Course (Tasks Tracker Application)

This is the project from the YouTube Crash Course. It includes the react ui as well as json-server for our mock backend.

Usage

Install dependencies

npm install

Run react dev server (http://localhost:3000)

npm start

Run the json server (http://localhost:5000)

npm run server

To build for production

npm run build

About

This is a simple tasks tracker application implemented by using reactjs with json-server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published