An open API service indexing awesome lists of open source software.

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.

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.

![screenshot](dist/assets/images/Capture.jpeg)

## 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