Skip to content

A "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. And by prioritizing tasks, you plan the order in which you'll do them so that you can tell what needs your immediate attention, and what you can leave until later.

Notifications You must be signed in to change notification settings

tresorsawasawa/Todo_List_App

Repository files navigation

Todo_List

Description

App View

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.

Built With

  • HTML
  • CSS
  • JavaScript

Get Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Before starting all the processes make sure to have the followinng tools:

  • Node.js
  • Git
  • web browser (e.g. Google Chrome)
  • text editor (e.g. VSCode)
  • CLI/terminal
  • Etc.

Setup

  1. Download the Zip file or Clone the Repo with:
git clone https://github.com/tresorsawasawa/Todo_List_App.git
  1. Acces the cloned directory
cd Todo_List_App

Install

  1. To install all the project's dependencies
npm install
  1. Create the optimized production:
npm run build
  1. Run the app locally
npm start

Then the App will open at http://localhost:8080/ in your browser

Test

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

After cloning the project you need to run these commands

npm install This command will download all the dependancies of the project

For tracking linter errors in HTML files run:

npx hint .

For tracking linter errors in CSS or SASS files run:

npx stylelint "\*_/_.{css,scss}"

And For tracking linter errors in JavaScript files run:

npx eslint .

Live Demo

See the Live

Authors

👤 @Tresorsawasawa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks to everyone who will get time to check this code and sugest any issue to improve the page.
  • Thank you Microverse

📝 License

This project is MIT licensed.

About

A "To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. And by prioritizing tasks, you plan the order in which you'll do them so that you can tell what needs your immediate attention, and what you can leave until later.

Topics

Resources

Stars

Watchers

Forks