Skip to content

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

Notifications You must be signed in to change notification settings

katrinan029/task-tracker-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker Application with React

alt text

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

This is the first project I built using React.js and it was so fun working with this phenomenal framework!

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

Sample

Here is a snippet of what the task tracker app looks like! alt text

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published