Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisdc777/moido
MoiDo is a minimalistic and efficient todo app designed to streamline your task management with minimalistic features and responsive design
https://github.com/chrisdc777/moido
appwrite nextjs14 tailwindcss todoapp
Last synced: 22 days ago
JSON representation
MoiDo is a minimalistic and efficient todo app designed to streamline your task management with minimalistic features and responsive design
- Host: GitHub
- URL: https://github.com/chrisdc777/moido
- Owner: ChrisDc777
- Created: 2024-11-01T19:23:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T19:45:45.000Z (2 months ago)
- Last Synced: 2024-11-01T20:27:09.494Z (2 months ago)
- Topics: appwrite, nextjs14, tailwindcss, todoapp
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MoiDo - Minimal Todo App
Welcome to MoiDo, a minimalistic and efficient To-do application built with Next.js, Appwrite, and Tailwind CSS.MoiDo helps you manage your tasks effortlessly with features to mark tasks as completed, delete tasks, and persistent storage using Appwrite.
## Features
- Add Tasks: Quickly add new tasks to your todo list.
- Mark as Completed: Toggle tasks as completed or not completed.
- Delete Tasks: Remove tasks from your list.
- Persistent Storage: Tasks are stored and managed using Appwrite.
- Theme Switching: Switch between different themes including dark and purple.
- Responsive Design: Fully responsive and works on all devices.## Installation
To set up a local copy, clone the repository and navigate into the directory using:
```bash
cd moido
```Install dependencies:
```bash
npm install
``````bash
npm run dev
```Setup appwrite project and add as per the example given in `.env.example`
Open http://localhost:3000 to view it in your browser.
### **Voila! Your simple To-Do application is now good to go!**
## Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.