Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedlivist/todo-review
This app utilizes localStorage for storing and retrieving tasks. It also contains the accompanying tests written with Jest
https://github.com/tedlivist/todo-review
javascript jest-tests todo
Last synced: about 2 months ago
JSON representation
This app utilizes localStorage for storing and retrieving tasks. It also contains the accompanying tests written with Jest
- Host: GitHub
- URL: https://github.com/tedlivist/todo-review
- Owner: TedLivist
- Created: 2021-08-23T09:31:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T09:39:41.000Z (over 3 years ago)
- Last Synced: 2024-04-14T12:42:36.884Z (10 months ago)
- Topics: javascript, jest-tests, todo
- Language: JavaScript
- Homepage:
- Size: 351 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To-Do List
> This project allows users to persist their scheduled to-do tasks in the browser
![screenshot](./src/assets/images/screenshot.jpg)
## Built With
- HTML, CSS and JavaScript
- Webpack## Getting Started
### Setup
#### To get a local copy up and running follow these simple example steps.
- Click the green `Code` button on the repo
- In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command: `git clone (copied link)`; like so: `git clone https://github.com/TedLivist/to-do-list.git`
- On the terminal, navigate into the directory like so: `cd to-do-list`
- Checkout to branch name like so: `git checkout [branch name]`
- Run `npm i` to install the dependencies
- Run `npm start` to start the application#### To run Test
- Run `npm run test`
## Author
👤 **Teddy-Livingstone**
- [GitHub](https://github.com/TedLivist)
- [LinkedIn](https://linkedin.com/in/tememandu)👤 **Rida Arif**
- GitHub: [@githubhandle](https://github.com/ridaarif98)
- Twitter: [@twitterhandle](https://twitter.com/Rida29984906)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rida-arif-90945520b/)## 🤝 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!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc