https://github.com/v-blaze/to_do_list
It is a website that serves as a tool to organize your day. It simply allows you to add lists of things you need to do, display these lists, and give you the option of deleting them singly or marking each or all as complete. It also allows you to edit the displayed list and retain its position.
https://github.com/v-blaze/to_do_list
accessibility css html javascript linters webpack
Last synced: 2 months ago
JSON representation
It is a website that serves as a tool to organize your day. It simply allows you to add lists of things you need to do, display these lists, and give you the option of deleting them singly or marking each or all as complete. It also allows you to edit the displayed list and retain its position.
- Host: GitHub
- URL: https://github.com/v-blaze/to_do_list
- Owner: V-Blaze
- License: mit
- Created: 2022-11-01T10:08:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T16:00:54.000Z (over 3 years ago)
- Last Synced: 2025-04-02T07:29:44.025Z (over 1 year ago)
- Topics: accessibility, css, html, javascript, linters, webpack
- Language: JavaScript
- Homepage: https://v-blaze.github.io/To_Do_List/dist/
- Size: 496 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TODO LIST WEB_APP
- This is a basic website that allows users to add/remove todo's from a list.
## LIVE DEMO
- Click [HERE](https://v-blaze.github.io/To_Do_List/dist/) to see the live version
## Built With
- HTML
- CSS
- Javascript(ES6)
- WebPack
- Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).
- Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).
- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).
### Linter Tests
- `npx hint .`
- `npx stylelint "**/*.{css,scss}"`
- `npx eslint .`
### Prerequisites
- Have a local version control like Git. Which is a open source distributed version control system designed for source code management
- A text editor (e.g Visual Studio Code, Vim, Atom & Sublime.)
- A web browser (e.g Chrome, Safari, Mozilla Firefox.)
- Live Server which is a web extension that helps you to live reload feature for dynamic content (PHP, Node.js, ASPNET)
- Download waves to check project accessibilty
### Getting Started
To get a local copy up and running follow these simple example steps.
- npm
```sh
npm install npm@latest -g
```
### Installation
1. Clone the repo by running the command
```sh
git clone https://github.com/V-Blaze/To_Do_List
```
2. Open the directory of the project
```sh
cd To_Do_List
```
3. Open the html file
```sh
Click and open the html file
```
See the [open issues](#) for a full list of proposed features (and known issues).
## Authors
👤 Valetine Blaze
- GitHub: [@V-blaze](https://github.com/V-Blaze)
- Twitter: [@blaze_valentine](https://twitter.com/blaze_valentine)
- LinkedIn: [@valentine-blaze](https://www.linkedin.com/in/valentine-blaze/)
## 🤝 Contributing
- Contributions, issues, and feature requests are welcome!
- Feel free to check the [issues page](https://github.com/V-Blaze/To_Do_List/issues).
## Show your support
- Give a ⭐️ if you like this project!
## 📝 License
- This project is [MIT](https://github.com/V-Blaze/To_Do_List/blob/main/LICENSE) licensed.