https://github.com/kkolade/minimalist-todo-app
My first attempt th the mandatory Todo app for javaScript newbies
https://github.com/kkolade/minimalist-todo-app
html-css-javascript js-modules webpack
Last synced: 9 months ago
JSON representation
My first attempt th the mandatory Todo app for javaScript newbies
- Host: GitHub
- URL: https://github.com/kkolade/minimalist-todo-app
- Owner: kkolade
- License: mit
- Created: 2022-12-22T08:07:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T11:33:55.000Z (about 3 years ago)
- Last Synced: 2025-01-13T13:45:38.020Z (over 1 year ago)
- Topics: html-css-javascript, js-modules, webpack
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 A Minimalist To Do App ](#-a-minimalist-to-do-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**The To Do App** is a simple web base application to manage your tasks and activities.
Client
Database
- **Add tasks and persist in localStorage**
- **Ability to update, mark as completed and delete tasks**
- **Minimalist interface**
- [A live demo link will be made available as soon as the project is hosted online](https://#)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Have git installed on your system
- Have basic knowledge of webpack
### Setup
Clone this repository to your desired folder:
- Change folder to the app root folder
- Run 'npm install' to bring in all the dependencies to run the app both in development and production
### Usage
To run the project, execute the following command:
- 'npm start'
👤 **Kola Kolade**
- GitHub: [@kkolade](https://github.com/kkolade)
- Twitter: [@kola_kolade](https://twitter.com/kola_kolade)
- LinkedIn: [kolakolade](https://www.linkedin.com/in/kolakolade/)
- [ ] **Host the app online and make it available for the general public**
- [ ] **Enhance the views using ReactJS**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page]([../../issues/](https://github.com/kkolade/minimalist-todo-app/issues)).
If you like this project please ...[buy me coffee](https://www.buymeacoffee.com/kolakolade)
I would like to thank [Emilia Andrzejewska](https://www.youtube.com/@emiliaandrzejewska4209) for making the app available for aspiring builder all over the world, and to [Microverse](https://www.microverse.org/) for giving me the opportunity to build.
This project is [MIT](./LICENSE) licensed.