Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmoseka/to-do-list
A simple to-do -list web application that lets users add, remove, edit taks. Also allows check and unchecking tasks
https://github.com/jmoseka/to-do-list
css html javascript webpack5
Last synced: 16 days ago
JSON representation
A simple to-do -list web application that lets users add, remove, edit taks. Also allows check and unchecking tasks
- Host: GitHub
- URL: https://github.com/jmoseka/to-do-list
- Owner: jmoseka
- License: mit
- Created: 2022-04-26T14:11:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T13:14:20.000Z (over 2 years ago)
- Last Synced: 2023-03-11T20:22:26.983Z (almost 2 years ago)
- Topics: css, html, javascript, webpack5
- Language: JavaScript
- Homepage:
- Size: 906 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To-Do-List
A web app that helps you organize your day. It simply lists the things that you need to do and allows you to mark them as complete. It is built with ES6 and Webpack!
## Built With
JS
CSS
HTML
Webpack
### 🔴 [Live Link](https://626e5ac8a92f1b301e871a90--fanciful-stroopwafel-1c6022.netlify.app/#)
### DEMO
# Getting Started
### Prerequisites
[Node](https://nodejs.org/en/download/)
### Setup
1. Git [clone]("https://github.com/jmoseka/To-Do-List") this repository to your local machine
- ```git clone https://github.com/jmoseka/To-Do-List```- ``` cd To-Do-List```
2. Download as [zip](https://github.com/jmoseka/To-Do-List.git) and extract the files to your local machine
### Installations
```npm install # to install all modules that are listed on package.json file and their dependencies.```(if needed)
```npm update # to update all packages in the node_modules directory and their dependencies ```
### Usage
Use [liverserver](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer#:~:text=Shortcuts%20to%20Start%2FStop%20Server&text=Open%20a%20HTML%20file%20and,on%20Open%20with%20Live%20Server%20.&text=Open%20the%20Command%20Pallete%20by,Server%20to%20stop%20a%20server) to open and run the project in the browser
### Run tests
Run tests with jest
`npm test`
Run tests on the .css files
```npx stylelint "**/*.{css,scss}"```Run tests on the .js files
```npx eslint ```Run ALL tests on the pull request
### Deployment
Files can be deployed with github pages## Author 👤
Jamila Moseka
- GitHub: [jmoseka](https://github.com/jmoseka)
- LinkedIn [jamila-moseka](https://www.linkedin.com/in/jamila-moseka/)
- Twitter [@milamoseka](https://twitter.com/milamoseka)Michael Ugochukwu
- GitHub: [Mikelobi](https://github.com/Mikelobi)
## Contributing 🤝
Contributions, issues, and feature requests are welcome!
## Acknowledgments 🥇
All the devs who build softwares that we use to make code## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.