Skip to content

ilyaizen/showmedo-next

Repository files navigation

ShowMeDo

ShowMeDo is a smart to-do list application built with Next.js that suggests your next task, prioritizing what matters most.

Features

  • 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

Technologies Used

Getting Started

  1. Clone the repository:

    git clone https://github.com/yourusername/showmedo-next.git
    cd showmedo-next
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 with your browser to see the result.

Project Structure

  • app/: Contains the main application pages and layout
  • components/: Reusable React components
  • lib/: Utility functions and helpers
  • public/: Static assets

Deployment

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.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.