Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iturres/task-manager
✍️Task Manager is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. 🧪Tested with Jest🧪. Check it out! 👇
https://github.com/iturres/task-manager
javascript jest jest-tests todolist-app webpack
Last synced: 17 days ago
JSON representation
✍️Task Manager is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. 🧪Tested with Jest🧪. Check it out! 👇
- Host: GitHub
- URL: https://github.com/iturres/task-manager
- Owner: ITurres
- License: other
- Created: 2023-06-06T22:50:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-26T00:22:59.000Z (over 1 year ago)
- Last Synced: 2025-01-09T11:11:37.393Z (about 1 month ago)
- Topics: javascript, jest, jest-tests, todolist-app, webpack
- Language: JavaScript
- Homepage: https://iturres.github.io/Task-Manager/dist/
- Size: 375 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Task Manager
---
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)---
**Task Manager** is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.
---
#### Learning objectives
- Build a website based on an [existing website](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/).
- Use webpack to bundle JavaScript.
- Learn how to use proper ES6 syntax.
- Use ES6 modules to write modular JavaScript.---
Markup
Dynamic
Styles
Bundler
---
- **WebPack**
- **Dynamic Injection of HTML Markup**
- **Browser Local Storage**
- **CRUD**
---
- [Live Demo Link](https://iturres.github.io/Task-Manager/dist/)
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- WebPack
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone [email protected]:ITurres/Task-Manager.git
```
### Install
Install this project with:
- Not Applicable
### Usage
To run the project, execute the following command:
```sh
npm run start
```
#### Run with:
- LiveServer or the like
### Run tests
To run tests, run the following command:
```sh
npm test
```
### Deployment
You can deploy this project using:
- Not Applicable
---
👤 **Author1**
- GitHub: [@ITurres](https://github.com/ITurres)
- Twitter: [@Arthur_ITurres](https://twitter.com/ArthurIturres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)
👤 **Author2**
- GitHub: [@HFG43](https://github.com/HFG43)
- Twitter: [@HFG43](https://twitter.com/HFG_43)
- LinkedIn: [@Hernán Güemes](https://www.linkedin.com/in/hern%C3%A1n-g%C3%BCemes-a440591b/)
---
- [ ] .-
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
---
Give a ⭐ if you liked this project!
---
I thank Microverse for this fantastic opportunity, the code reviewers for their advice and time and to my fantastic coding partner [@HFG43](https://github.com/HFG43) 🏆
---
This project is [MIT](./LICENSE.md) licensed.
---