ShowMeDo is a smart to-do list application built with Next.js that suggests your next task, prioritizing what matters most.
- Add, edit, and delete tasks
- Set priority levels for tasks
- Mark tasks as complete
- Get task recommendations based on priority
- Dark mode support
- Responsive design
-
Clone the repository:
git clone https://github.com/yourusername/showmedo-next.git cd showmedo-next
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 with your browser to see the result.
app/
: Contains the main application pages and layoutcomponents/
: Reusable React componentslib/
: Utility functions and helperspublic/
: Static assets
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.