Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

**Task Manager App** is a web app that demonstrates a Task Manager.

## 🛠 Built With

### Tech Stack

NextJS

MongoDB

### Key Features

- **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").**

(back to top)

## 💻 Getting Started

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 .
```

(back to top)

## 👥 Author

👤 **Sandeep**

- GitHub: [@mailsg](https://github.com/mailsg)

(back to top)

## 🔭 Future Features

- [ ] **User authentication and authorization to restrict access to tasks.**
- [ ] **Task due dates and reminders.**
- [ ] **Task sorting and searching capabilities.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [https://github.com/mailsg/task-management-app/issues](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give me a follow and/or a star

(back to top)

## 🙏 Acknowledgments

I would like to thank everyone for giving this opportunity to me to showcase my dev skills.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)