Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aviralsharma07/task-ease
- Owner: aviralsharma07
- Created: 2024-05-18T06:21:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T09:06:46.000Z (8 months ago)
- Last Synced: 2024-05-19T08:40:06.386Z (8 months ago)
- Language: JavaScript
- Homepage: https://task-ease-theta.vercel.app
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.