Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aviralsharma07/task-ease

TaskEase is a todo app built with Next.js and MongoDB, allowing users to efficiently manage their tasks with ease.
https://github.com/aviralsharma07/task-ease

Last synced: 29 days ago
JSON representation

TaskEase is a todo app built with Next.js and MongoDB, allowing users to efficiently manage their tasks with ease.

Awesome Lists containing this project

README

        

# TaskEase

TaskEase is a todo app built with Next.js and MongoDB, allowing users to efficiently manage their tasks with ease.

## Live Demo

Check out the live demo [here](https://task-ease-theta.vercel.app/).

## Features

- Add new tasks
- Delete existing tasks
- Update task status
- Sleek and intuitive user interface
- Responsive design for seamless use across devices

## Technologies Used

- [Next.js](https://nextjs.org/)
- [MongoDB](https://www.mongodb.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Axios](https://axios-http.com/)
- [React Toastify](https://fkhadra.github.io/react-toastify/introduction)
- [React](https://reactjs.org/)

## Getting Started

To get started with TaskEase on your local machine, follow these steps:

1. Clone the repository:

```bash
git clone
```

2. Install the dependencies:

```bash
npm install
```

3. Start the development server:

```bash
npm run dev
```

4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the app.