/Task-Manager

An application built by using React.js and JSON server to manage all your tasks. This project covers all the important fundamentals of React.js library, taught by Brad Traversey in crash course.

Primary LanguageJavaScript

Task Manager React App

This project was bootstrapped with Create React App.

Usage

Install dependencies

npm install

Run React dev server: (http://localhost:3000)

npm start

Run JSON server: (http://localhost:5000)

npm run server

Main

main

Adding a Task

Writing a task Added

Deleting a Task

Deleting

Removing Reminder (Green Bar)

Reminder bar

About app

About version