Skip to content

nugentmichael/react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React To-Do List App

This is a simple To-Do List web application built using the ReactJS framework.

Each list item is stored within a parent JSON array, which is then saved as a Local Storage object in the browser to retain the state of your list.

Features To Implement

  • Drag-and-Drop item placement
  • List categories (shopping, personal, etc.)
  • Upgrade from saving items in a Local Storage object to a database schema in Firebase

This project was bootstrapped with Create React App.

Available Scripts

To run the development build of this application, simply clone this repository and run:

npm start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload when you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

About

A to-do list web application developed using ReactJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published