Skip to content

A To-Do-List app designed to help users organise their daily activities. it simply creates a list of things you want to do and allows you to mark them as complete.

Notifications You must be signed in to change notification settings

evans22j/To-Do-List

Repository files navigation

To Do List

Description

"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.

  • This is the page view:
To Do List
Screenshot1

Learning objectives:

  • Use webpack to bundle JavaScript.
  • Learn how to use proper ES6 syntax.
  • Use ES6 modules to write modular JavaScript.

Built With

  • HTML
  • CSS
  • Java Script
  • Webpack

Getting Started

To get the content of this project locally you need to run this command in your terminal:

  • https://github.com/evans22j/MY-TO-DO-LIST.git

Setup

  • To clone the repository run this command https://github.com/evans22j/MY-TO-DO-LIST.git

Test

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

  • After cloning the project you need to run this command

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

  • For tracking the linter errors in HTML file run:

    npx hint .

  • For tracking the linter errors in CSS file run:

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

    • And For tracking the linter errors in JavaScript file run:

    npx eslint .

    • Use npm run build to run the app in live server

    • Install npm install --save-dev webpack-dev-server to have the ability to use live reloading.

    • Then Run from the command line npm start to will see the browser automatically loading up our page.

Getting Started

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

  1. Clone the Repo or Download the Zip file and Extract by clicking here [GitHub Repo]{https://github.com/evans22j/MY-TO-DO-LIST.git}
  2. mkdir the folder of your choice
  3. cd the folder
  4. git clone

Author

👤 Evans Sitibekiso

🤝 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

  • Huge thanks to my coding partners

About

A To-Do-List app designed to help users organise their daily activities. it simply creates a list of things you want to do and allows you to mark them as complete.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published