Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.