Organize your life :)
This is a simple to-do list application built using Node.js and JavaScript. The data is saved in localStorage
- Add new tasks to the to-do list
- Filter tasks by two criterias: due Today or due This Week
- Remove tasks from the list
- Creat and View custom project lists with tasks
-
Clone the repository:
git clone https://github.com/andishaa/to-do-list.git
-
Navigate to the project directory:
cd to-do-list
-
Install the dependencies:
npm install
-
Start the application:
npm start
-
Open your web browser and visit
http://localhost:3000
. -
Use the interface to add, complete, or remove tasks.
The project has the following dependencies:
date-fns
: Version 2.29.3
These dependencies are automatically installed when running npm install
.
css-loader
: Version 6.7.1html-webpack-plugin
: Version 5.5.0style-loader
: Version 3.3.1webpack
: Version 5.73.0webpack-cli
: Version 4.10.0webpack-dev-server
: Version 4.9.2eslint
: ^8.42.0eslint-config-airbnb-base
: ^15.0.0eslint-config-prettier
: ^8.8.0eslint-plugin-import
: ^2.27.5prettier
: 2.8.8
Contributions are welcome! If you find any issues or would like to add new features, please open an issue or submit a pull request.
This project is licensed under the MIT License.
This to-do list application was developed as part of a tutorial on The Odin Project.
If you have any questions or suggestions, feel free to contact the project owner.