https://github.com/tacodtripe/to_do_list
An application to create an interactive list of pending tasks built with JavaScript, HTML5, and Bootstrap.
https://github.com/tacodtripe/to_do_list
bootstrap5 javascript webpack
Last synced: 3 months ago
JSON representation
An application to create an interactive list of pending tasks built with JavaScript, HTML5, and Bootstrap.
- Host: GitHub
- URL: https://github.com/tacodtripe/to_do_list
- Owner: tacodtripe
- Created: 2021-11-04T20:32:34.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2021-11-11T21:42:24.000Z (over 4 years ago)
- Last Synced: 2025-04-02T07:43:36.534Z (over 1 year ago)
- Topics: bootstrap5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 9.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do List application
This is a basic application where you can write up your to do task and update it as you complete them.
## Built With
- Javascript
- HTML
- CSS
## Live Demo
- [click here](https://tacodtripe.github.io/to_do_list/)
## Getting Started - How to deploy on your machine
- Clone the project
- If webpack it's not installed in your machine use `npm install webpack webpack-cli --save-dev`
- run `npm start` at your command line
### Prerequisites
- Text Editor (VSCode for example)
- Browser
### Testing
- At your terminal run `npm run test`
## Author
👤 **Raul Figueroa**
- E-mail: rfigueroaa17@gmail.com
- Github: [@tacodtripe](https://github.com/tacodtripe)
- Linkedin: [Raul Figueroa](https://www.linkedin.com/in/luis-raul-figueroa-soto-63411118a/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome! Start by:
- Fork the project
- Clone the forked project
- Run `git checkout -b your-branch-name`
- Make modifications
- Push
- Make a pull request to the development branch of the original project for a review
## Show your support
Give a ⭐️ if you like this project!