Skip to content

In this project, I add some functionality to my application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.

License

Notifications You must be signed in to change notification settings

Gardimy/Todo-List

Repository files navigation

To do list: Interactive list

Interactive list

📗 Table of Contents

📖Interactive list

In this project, I add some functionality to my application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.

🛠 Built With

Tech Stack

This project focuses only on linters and .gitignore. and JS or Server are included in this repo.

Client
Server

Key Features

Use webpack to bundle JavaScript.

  • [Use webpack to bundle JavaScript.]
  • [Use ES6 modules to write modular JavaScript.]
  • [use proper ES6 syntax.]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

Live Demo

(back to top)

💻 Getting Started

If you are a new developer and would like to have a basic project to start practicing your code or creating your first project Using the most receent version of javaScript ,HTML and CSS : Cloning this project will give you what you need!

To get a local copy up and running, follow these steps: npm run dev or npm start to start this app.

Prerequisites

In order to run this project you need:

  • Have npm installed in your project: curl -qL https://www.npmjs.com/install.sh | sh

Setup

Clone this repository to your desired folder:

https://github.com/Gardimy/Webpack_setup

or

https://github.com/Gardimy/Webpack_setup <-- Only if you have SSH keys configured on your GitHub account.

Install:

run the npm install command in your console.

Usage

To run the linters before committing any changes to your code, execute the following commands:

npx hint . npx stylelint "**/*.scss" <--NOTE: this repo is set up to use with SCSS. If you would like to use CSS, you must replace "**/*.scss" with "**/*.{css,scss}" in line 48 of the .stylelintrc.json file, and run the linter with:

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

(back to top)

👥 Authors

👤 Gardimy Charles

🔭 Future Features

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

⭐️ Show your support

If you like this project please give me a star on GitHub.And Don't hesitate to follow me on github, you will have the opportunity to get all updating available for this project.

🙏 Acknowledgments

I would like to thank microverse for teaching me this Skills

📝 License

This project is MIT license licensed.

(back to top)

About

In this project, I add some functionality to my application to make it interactive. The user will also be able to mark task completion by selecting the corresponding checkbox (or undo it by unchecking the checkbox). The updated tasks list will be stored in local storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published