Skip to content

TheExParrot/React-To-Do-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React To-Do List Application

By Josh Costa & Jack Perry

This project contains a React-based web application containing a To-Do List Application built in React.js.

Some key functions include:

  • Adding & Removing Tasks from the List with Enter key integration.
  • Saving the Task List as a JSON file.
  • Reading a JSON of a previous Task List.

Running the Application

To run this application, you will need to have Node.js installed on your machine. You can download Node.js from here.

Once you have Node.js installed, you can run the application by running the following commands in the root directory of the project:

npm install

npm start

This will install all the required dependencies and start the web application on port 3000 by default.

About

A React To-Do App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published