Skip to content

A feature-rich todo list application built with Next.js, React, and TailwindCSS.

Notifications You must be signed in to change notification settings

ymdarum/EnhancedTodoList

 
 

Repository files navigation

Enhanced Todo List Application

A Next.js-based todo list application with features for task management and organization.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 18.x or higher)
  • npm or yarn package manager
  • Git

Getting Started

  1. Clone the repository
git clone https://github.com/ymdarum/EnhancedTodoList.git
cd EnhancedTodoList
  1. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Open the application Open http://localhost:3000 in your browser to see the application.

Available Scripts

  • npm run dev - Start the development server
  • npm run build - Build the application for production
  • npm start - Run the production server
  • npm run lint - Run ESLint to check code quality

Project Structure

EnhancedTodoList/
├── src/
│   ├── app/              # App Router pages and layouts
│   ├── components/       # React components
│   ├── styles/          # Global styles
│   └── types/           # TypeScript type definitions
├── public/              # Static files
└── package.json         # Project dependencies and scripts

Features

  • Create and manage todos
  • Set priority levels
  • Categorize tasks
  • Assign due dates
  • Track task progress
  • Filter todos by multiple criteria

Learn More

To learn more about the technologies used in this project:

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Support

if you like this project, please consider supporting it: GitHub Sponsors Patreon

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A feature-rich todo list application built with Next.js, React, and TailwindCSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published