Skip to content

Task tracking application from the React crash course

Notifications You must be signed in to change notification settings

mountainrocky/react-crash-2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Crash Course 2021 (Task Tracker App)

This is the project from the YouTube crash course. It includes the react ui as well as JSON-server for our mock backend

This code works with Node 16.19.1, But not working with Node 19.6.1

Usage

Install dependencies

npm install

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

npm start

Run the JSON server (http://localhost:3003)

npm run server

To build for production

npm run build

About

Task tracking application from the React crash course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 77.9%
  • CSS 15.6%
  • HTML 6.5%