Skip to content

In this project, We build a to do list minimalist websites that allows users to create and modify a to do list with CRUD functionality..

License

Notifications You must be signed in to change notification settings

Masouma864/Todo-List-Project

Repository files navigation

To-Do-List-Project

Microverse To-Do-List Project

*In this project, I added some functionality to application to make it interactive. selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.

Built With

  • html
  • css
  • Javascript
  • Ecma Script 6
  • Webpack

Live Demo

Live Demo

Get Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

  1. Download the Zip file or clone the repo with:
git clone [email protected]/Masouma864/Todo-List-Project
  1. To access cloned directory run:
cd Todo-List-Project
  1. Run the following commands
npm run build
npm start

Install

To install linters and other project's dependencies run:

npm install

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Author

👤 Masouma Modarresi

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

For Design Inspiration I would like to Acknowledge

📝 License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

About

In this project, We build a to do list minimalist websites that allows users to create and modify a to do list with CRUD functionality..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published