/to-do-app

To-do app is a simple app to manage your tasks. It is built with React.

Primary LanguageJavaScriptMIT LicenseMIT

✔️ To-do App

To-do app is a simple app to manage your tasks. It is built with React.

📦 Installation

To download the repository and install dependencies, run the following commands:

git clone git://github.com/unnotedme/roots.git # replace [unnotedme] with your github username if you fork first.
cd roots
npm install

Run the following command to build the react application and serve it with fast refresh:

npm start

Your web browser should automatically open to <ip>:<port>:<path> default: http://localhost:3000/.

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for details.