Skip to content

Basic web application using React, this is a demo of a basic full stack application, This project was based on the "Traversy Media" course, original source : https://github.com/bradtraversy/react-crash-2021

Notifications You must be signed in to change notification settings

Diegonaza/ReactApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

Basic web application using React, this is a demo of a basic full stack application, This project was based on the "Traversy Media" course, original source : https://github.com/bradtraversy/react-crash-2021

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published