Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailsg/task-management-app
This application will allow users to create, update, and delete tasks. Tasks have a title, description, and a status (e.g., "To Do," "In Progress," "Done"). Users can view a list of tasks and filter them by status.
https://github.com/mailsg/task-management-app
Last synced: 7 days ago
JSON representation
This application will allow users to create, update, and delete tasks. Tasks have a title, description, and a status (e.g., "To Do," "In Progress," "Done"). Users can view a list of tasks and filter them by status.
- Host: GitHub
- URL: https://github.com/mailsg/task-management-app
- Owner: mailsg
- Created: 2024-02-27T05:06:16.000Z (12 months ago)
- Default Branch: development
- Last Pushed: 2024-03-19T09:51:55.000Z (11 months ago)
- Last Synced: 2024-12-08T14:41:22.683Z (2 months ago)
- Language: JavaScript
- Homepage: https://task-manager-app-coral.vercel.app/
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 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](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)**Task Manager App** is a web app that demonstrates a Task Manager.
NextJS
MongoDB
- **A form to create a new task with fields for title, description, and status.**
- **A list of tasks with the ability to update the status or delete a task.**
- **A filter or dropdown to filter tasks by status (e.g., "All," "To Do," "In Progress," "Done").**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- a browser
- git
- nodejs
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/mailsg/task-management-app.git
```
### Install
Install this project with:
```sh
cd task-management-app
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
The backend can be accessed at
`https://task-management-app-vs1x.onrender.com/api/tasks/`
The following routes are available:
```
GET /api/tasks
POST /api/tasks
PUT /api/tasks/:id
DELETE /api/tasks/:id
```
### Run tests
To run tests, run the following command:
```sh
npx stylelint "**/*.{css,scss}"
npx hint .
npx eslint .
```
👤 **Sandeep**
- GitHub: [@mailsg](https://github.com/mailsg)
- [ ] **User authentication and authorization to restrict access to tasks.**
- [ ] **Task due dates and reminders.**
- [ ] **Task sorting and searching capabilities.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [https://github.com/mailsg/task-management-app/issues](../../issues/).
If you like this project give me a follow and/or a star
I would like to thank everyone for giving this opportunity to me to showcase my dev skills.
This project is [MIT](./MIT.md) licensed.