https://github.com/mricanho/to-do-list
A simple task manager for projects. This project was created using the concepts of Single Responsibility, factory functions and, the Module Pattern. I used primarily Bulma and Javascript, as well as webpack.
https://github.com/mricanho/to-do-list
bulma javascript webpack
Last synced: about 2 months ago
JSON representation
A simple task manager for projects. This project was created using the concepts of Single Responsibility, factory functions and, the Module Pattern. I used primarily Bulma and Javascript, as well as webpack.
- Host: GitHub
- URL: https://github.com/mricanho/to-do-list
- Owner: mricanho
- License: mit
- Created: 2021-03-17T15:37:22.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2021-04-20T00:27:32.000Z (about 5 years ago)
- Last Synced: 2024-04-18T13:10:00.983Z (about 2 years ago)
- Topics: bulma, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 499 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo-List
This project is a Todo-List where you can create a new Project and inside this project, you can create a task, the task contains a title, description, due date, and priority.
This project was created using the concepts of Single Responsibility, factory functions and, the Module Pattern.

## Live demo
[live demo](https://rawcdn.githack.com/mricanho/To-do-list/b7f35d15c48881d6e18a0d5fecd9d8355450a37b/dist/index.html)
## Built With
- JavaScript
- HTML
- CSS
- Webpack
- Package.json
## How to start the project from your Local enviroment
- Open your terminal and cd where you want to store the project
- Run the following command - `git clone https://github.com/mricanho/To-do-list.git`
- Cd into the directory - `cd To-do-list$`
- Open the live server on your VScode `Alt + L` then `Alt + o` on `index.html`
## How to run the tests
- Open your terminal and cd into the directory - `cd To-do-list$`
- Run the following command - `npm test`
## Author
š¤ **Brian Cruz**
- Github: [@githubhandle](https://github.com/BrianSammit)
- Twitter: [@twitterhandle](https://twitter.com/cruzsammit)
- Linkedin: [linkedin](https://www.linkedin.com/in/brian-sammit-cruz-rodriguez-5877551a8/)
š¤ **Miguel RicaƱo**
- Github: [@mricanho](https://github.com/mricanho)
- Linkedin: [Miguel RicaƱo](https://www.linkedin.com/in/mricanho/)
## š¤ Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a star if you :star: like this project!
## Acknowledgments
- Microverse
- GitHub
- TheOdinProject
- JavaScript