Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/od-c0d3r/todolistjs
Html-Css-Js simple app
https://github.com/od-c0d3r/todolistjs
Last synced: 14 days ago
JSON representation
Html-Css-Js simple app
- Host: GitHub
- URL: https://github.com/od-c0d3r/todolistjs
- Owner: od-c0d3r
- Created: 2021-12-02T11:36:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T14:20:39.000Z (about 3 years ago)
- Last Synced: 2024-11-02T00:22:29.507Z (2 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# TodoListJs
> Milestone 1 : A simple HTML list of To Do tasks. will be built using webpack and served by a webpack dev server.
> Milestone 2 : The user will 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.
> Milestone 3 : The CRUD (create, update, delete) methods Implemented. All the elements of the user interface will be fully functional.
> Milestone 4 : Getting started with Jest and implement Unit testing for app functionlaity and DOM manipulation.
## Live Preview
[https://od-c0d3r.github.io/todoJs/dist/](https://od-c0d3r.github.io/todoJs/dist/)
## Built With
- HTML & CSS
- JavaScript
- Jest for testing## Install
- From your terminal enter the following in order :
- `git clone https://github.com/od-c0d3r/todoJs.git`
- `code todoJs`
- `npm i`
- `npm run start`
- To run Jest tests
- `npm run test`## Authors
👤 **Anselem Odimegwu**
- GitHub: [@AnselemOdims](https://github.com/AnselemOdims)
- LinkedIn: [Anselem Odimegwu](https://www.linkedin.com/in/anselem-odimegwu/)👤 **Omar R.**
- GitHub: [@od-c0d3r](https://github.com/od-c0d3r)
- LinkedIn: [omarrashad](https://linkedin.com/in/omarrashad)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./doc/MIT.md) licensed.