https://github.com/supunrandika98/to-do-list-nextjs
https://github.com/supunrandika98/to-do-list-nextjs
next nextjs reactjs tailwindcss todo-list todoapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/supunrandika98/to-do-list-nextjs
- Owner: supunrandika98
- Created: 2025-02-25T11:58:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T12:28:56.000Z (3 months ago)
- Last Synced: 2025-02-25T13:27:51.980Z (3 months ago)
- Topics: next, nextjs, reactjs, tailwindcss, todo-list, todoapp
- Language: JavaScript
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Screenshots

## 🚀 Setup Instructions
1. Clone the repository:
```bash
git clone https://github.com/supunrandika98/To-Do-List-NextJS
cd To-Do-List-NextJS## 🚀 Features
- Create new to do activities and real time display them in a table.
- Delete a activity.
- Update the status of activity as completed or pending.## 🛠️ Installation & Setup
2. Install dependencies:
```bash
npm install3. Create a .env file in the root folder and add the following:
MONGO_URI=your_mongodb_connection_string_here
4. Start the server:
npm run dev
Feel free to contribute! Open an issue or submit a pull request. 😊