lawlawson / react-task-tracker

React JS Crash Course application tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Tracker Application

description

This is a simple task tracker application built with React which allows you to add and remove tasks to be completed.

outcome

The outcome is simply to be able to create a list of tasks to be completed.

stack

This application has been built using React, and is a full stack application using a JSON server on the backend.

project stage

Completed!

Installation Instructions

Firstly install the required dependencies by running the command:

npm install

Secondly run the JSON server with the command:

npm run server

Lastly run the local server with the command:

npm run start

Open http://localhost:3000/ in your browser to see the result.

About

React JS Crash Course application tutorial.


Languages

Language:JavaScript 76.3%Language:CSS 16.7%Language:HTML 7.0%