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.
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.