Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahira-sadat/to-do-list
A web app designed to keep track of activities that are done and those that are and not done. Users can add, delete, mark as completed and update the activities. Built with JavaScript, HTML, CSS and webpack.
https://github.com/shahira-sadat/to-do-list
css html javascript webpack
Last synced: 6 days ago
JSON representation
A web app designed to keep track of activities that are done and those that are and not done. Users can add, delete, mark as completed and update the activities. Built with JavaScript, HTML, CSS and webpack.
- Host: GitHub
- URL: https://github.com/shahira-sadat/to-do-list
- Owner: shahira-sadat
- Created: 2022-07-05T15:46:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T10:49:54.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:33:00.856Z (over 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microverse-to-do-list
> A simple ToDo list app using ES6 and webpack. This is a Microverse project.
## Live Demo
Can check the live demo [here](https://shahira-sadat.github.io/To-Do-list/dist/index.html)
## Built With
- HTML5
- CSS3
- JavaScript (ES6)
- Webpack
- Linters (Lighthouse, Webhint, Stylelint, Eslint)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
install git, node, any code editor in your local machine### Setup
clone the repo or download from https://github.com/shahira-sadat/To-Do-list### Install dependencies
npm install
### Build the app
npm run build
### Run the app
npm start
### Deployment
To run the project run the "index.html" file in your browser.
## Authors
👤 Shahira Sadat- GitHub: [Shahira Sadat](https://github.com/shahira-sadat)
- Twitter: [Shahira Sadat](https://twitter.com/SadatShahira)
- Linkedin: [Shahira Sadat](https://www.linkedin.com/in/shahira-sadat-49b402199)
- Gmail: [email protected]## 🤝 Contributing
Contributions, issues, and feature requests are welcome!## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)