10000 GitHub - NULL0B/list-frontend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NULL0B/list-frontend

Repository files navigation

Todo List Frontend

This is the frontend application for the Todo List, built with Next.js, TypeScript, and Tailwind CSS.

Live at

https://todo-list-f72bb.web.app (firebase branch)

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Setup Instructions

  1. Install dependencies:

    npm install
  2. Create a .env.local file:

    cp example.env .env.local
  3. Start the development server:

    npm run dev

The application will start on http://localhost:3000.

Features

  • View all tasks with their completion status
  • Create new tasks with title and color
  • Edit existing tasks
  • Mark tasks as completed/uncompleted
  • Delete tasks
  • Responsive design
  • Toast notifications for actions

Project Structure

  • /src/app: Next.js app router pages
  • /src/components: Reusable React components
  • /src/services: API service functions
  • /src/types: TypeScript type definitions

Development

  • npm run dev: Start development server
  • npm run build: Build for production
  • npm start: Start production server
  • npm run lint: Run ESLint

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0