ShararNur / task-tracker

Task tracking application from the React crash course

Home Page:https://task-tracker-by-sharar.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Task tracking application from the React crash course

https://task-tracker-by-sharar.netlify.app/


Languages

Language:JavaScript 68.7%Language:HTML 16.3%Language:CSS 15.0%