A To Do list written in React for my college project.
This repo contains both the source and prebuilt versions of the app. To use the source:
- Install Node.js
- Clone this repo
- In the root directory, install all dependencies by running
npm install
- Start the app
npm start
To run the prebuilt files, just copy the contents of the prebuilt folder to the root directory of your favourite web server.
I am currently not looking for contributions.
This app is licensed to you under the MIT license.