Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gardimy/todo-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.
https://github.com/gardimy/todo-list

css5 eslint html javascript lighthouse luxon stylelint webhint webpack

Last synced: 14 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# To do list: Interactive list

Interactive list

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
[πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“–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](https://github.com/Gardimy/Webpack_setup/issues).

(back to top)

[Live Demo](https://gardimy.github.io/Webpack_setup/dist/)

(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](https://www.npmjs.com/package/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](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) 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**
- GitHub: [@Gardimy](https://github.com/Gardimy)
- Twitter: [@gardyelontiga45](https://twitter.com/gardyelontiga45)
- LinkedIn: [Gardimy charles](https://www.linkedin.com/in/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](https://www.microverse.org/) for teaching me this Skills

## πŸ“ License

This project is [MIT license](./LICENSE) licensed.

(back to top)