https://github.com/amejid/todo-list
A simple project to keep track of your activities. It allows basic CRUD operations to organize your to do list. The page is served by a Webpack dev server and data is stored in localStorage.
https://github.com/amejid/todo-list
css javascript webpack
Last synced: 3 months ago
JSON representation
A simple project to keep track of your activities. It allows basic CRUD operations to organize your to do list. The page is served by a Webpack dev server and data is stored in localStorage.
- Host: GitHub
- URL: https://github.com/amejid/todo-list
- Owner: amejid
- Created: 2022-07-04T18:03:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T11:09:32.000Z (almost 4 years ago)
- Last Synced: 2026-03-27T23:42:27.484Z (3 months ago)
- Topics: css, javascript, webpack
- Language: JavaScript
- Homepage: https://amejid.github.io/todo-list/
- Size: 1.93 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
> A simple project to keep track of todo list.
## Built With
- HTML
- CSS
- Javascript
- Webpack
## Live Demo
You can checkout the live version [here](https://amejid.github.io/todo-list/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A browser
- A version control like git
- A text editor
- npm
### Setup
- Clone the repository using the link `https://github.com/amejid/todo-list`
- Navigate to the folder using `cd todo-list`
- Run `npm install` to install all the dependencies
- Run `npm start` to fire a development server
## Authors
👤 **Abdelmejid Oumer Ali**
- GitHub: [@amejid](https://github.com/amejid)
- Twitter: [@amejidoumer](https://twitter.com/amejidoumer)
- LinkedIn: [amejid](https://linkedin.com/in/amejid)
## 🤝 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
- Microverse curriculum
## 📝 License