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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 78.2%Language:CSS 10.9%Language:HTML 10.8%