Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mreckendonk/todo-today
Daily to do list, build with Webpack and Javascript. Keeps data into localstorage for later use to make sure you don't forget a task
https://github.com/mreckendonk/todo-today
html javascript
Last synced: about 2 months ago
JSON representation
Daily to do list, build with Webpack and Javascript. Keeps data into localstorage for later use to make sure you don't forget a task
- Host: GitHub
- URL: https://github.com/mreckendonk/todo-today
- Owner: mrEckendonk
- License: mit
- Created: 2022-03-21T20:39:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T19:09:46.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T21:42:42.583Z (3 months ago)
- Topics: html, javascript
- Language: JavaScript
- Homepage:
- Size: 1.08 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Name: Todo App
This repo is an almost exact copy of this Youtube video: https://www.youtube.com/watch?v=AcUd-_Yjjqg
![screenshot](./todo-list.png)
Additional description about the project and its features.
## Built With
- HTML
- CSS
- Javascript
- Webpack
- VScode
- Git & GitHub## Live Demo link (develop branch)
[Live Demo Link](https://todo-today-eckendonk.netlify.app)
## Getting Started
**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**To get a local copy up and running follow these simple example steps.
### Prerequisites
have a working git on your localmachine.
## InstallTo get a working local copy up and running follow these simple steps
- open terminal
- clone this project with the command:```
$ git clone https://github.com/mrEckendonk/todo-today.git
```- Finally, run the next command in the terminal to see the web app in your local browser, or also, you can use Live Server in Visual Studio Code.
```
$ yarn start
```### Usage
For anyone that whats to learn html & css3 & Js### Run tests
N/A### Deployment
N/A## Author
👤 **Author**
- GitHub: [@mrEckendonk](https://github.com/mrEckendonk)
- Twitter: [@twitter](https://twitter.com/mike_eckendonk)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mike-van-eckendonk)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/mrEckendonk/todo-today/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration 💘
- Microverse program ⚡
- My standup team 🏹
- My family's support 🙌## 📝 License
This project is [MIT](./MIT.md) licensed.