Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegot4l/dashboard-tasks
dashboard tasks manager intuitive and functional task board that allows you to create, edit, delete, and mark tasks as completed. It is designed to efficiently manage your daily activities.
https://github.com/diegot4l/dashboard-tasks
bootstrap5 dashboard jquery task-manager tasks
Last synced: about 2 months ago
JSON representation
dashboard tasks manager intuitive and functional task board that allows you to create, edit, delete, and mark tasks as completed. It is designed to efficiently manage your daily activities.
- Host: GitHub
- URL: https://github.com/diegot4l/dashboard-tasks
- Owner: DiegoT4l
- License: mit
- Created: 2024-05-28T03:49:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:17:43.000Z (4 months ago)
- Last Synced: 2024-09-14T16:29:23.765Z (4 months ago)
- Topics: bootstrap5, dashboard, jquery, task-manager, tasks
- Language: HTML
- Homepage: https://dashtask.diegot4l.com/
- Size: 243 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Task Dashboard
This project is an intuitive and functional task board that allows you to create, edit, delete, and mark tasks as completed. It is designed to efficiently manage your daily activities.
The primary purpose of this project is educational, demonstrating frontend development skills using the technologies mentioned in the TechStack section.
## Tech Stack![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white)
![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)
![jQuery](https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge&logo=jquery&logoColor=white)![Webpack](https://img.shields.io/badge/webpack-%238DD6F9.svg?style=for-the-badge&logo=webpack&logoColor=black)
## Run Locally
Clone the project
```bash
git clone https://github.com/DiegoT4l/dashboard-tasks.git
```Go to the project directory
```bash
cd dashboard-tasks
```Install dependencies
```bash
npm i
```Start the server
```bash
npm start
```## Deployment
To deploy this project run
```bash
npm run build
```## Author
- [@DiegoT4l](https://www.github.com/DiegoT4l)
## Badges
[![Netlify Status](https://api.netlify.com/api/v1/badges/ad70b4b5-f233-4fc6-b132-7274f4452174/deploy-status)](https://app.netlify.com/sites/dashtask/deploys)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)