Skip to content

jessefrench/react-task-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Task Tracker

A simple CRUD app to get comfortable working with React. Bootstrapped with create-react-app, and used json-server as a mock backend.

react-task-tracker

Features

  • Show/hide input fields with add/close button
  • Add new tasks with user input
  • Set an optional reminder for each task
  • Add or remove reminders by double-clicking a task
  • Delete a task by clicking the red x icon

Usage

  • Install dependencies: npm install
  • Run the react dev server: npm start
  • Run the json server: npm run server
  • To build for production: npm run build

About

A simple CRUD app to get comfortable working with React

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published