All Projects → bradtraversy → React Crash 2021

bradtraversy / React Crash 2021

Task tracking application from the React crash course

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].