Skip to content

The project is a basic to do list using webpack to bundle files. Books can be entered, deleted or checked to show completed.

License

Notifications You must be signed in to change notification settings

gids-dadi/Todo_list

Repository files navigation

Todo_list

A curated list of todos generated by JavaScript objects.

  • Basic to do list using webpack to bundle files.
  • The user can add a todo to the list.
  • The user can remove a todo from the list.
  • The user can mark a todo as complete.
  • The user can mark a todo as incomplete.
  • The user can view all todos.
  • The user can remove all complete todos.
  • The list is saved to local storage.

Built With

  • HTML
  • CSS
  • JavaScript

Getting Started

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

  • Copy this link https://github.com/gids-dadi/Todo_list.git.
  • Get the directory that you want to clone the repository.
  • Open the command prompt in this directory.
  • Write https://github.com/gids-dadi/Todo_list.git.
  • Go to the repository folder in your command prompt cd Todo_list.
  • Run npm install to install the dev dependencies for linters and webpack.
  • Run npm build to build the application with webpack .
  • Run npm start to start the development server.

Author

👤 Gideon Dadi

🤝 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!

📝 License

This project is MIT licensed.

About

The project is a basic to do list using webpack to bundle files. Books can be entered, deleted or checked to show completed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published