https://github.com/isikkerim/next-todo-app
Next.js To-Do App is a task management app built with Next.js 15, TypeScript, Tailwind CSS, ShadCN, and FontAwesome. It allows users to add, view, and delete tasks with a responsive and user-friendly design. The app includes Home, To-Do, and About pages.
https://github.com/isikkerim/next-todo-app
developer-tools nextjs15-typescript website
Last synced: 3 months ago
JSON representation
Next.js To-Do App is a task management app built with Next.js 15, TypeScript, Tailwind CSS, ShadCN, and FontAwesome. It allows users to add, view, and delete tasks with a responsive and user-friendly design. The app includes Home, To-Do, and About pages.
- Host: GitHub
- URL: https://github.com/isikkerim/next-todo-app
- Owner: isikkerim
- Created: 2024-12-15T17:22:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-15T17:29:25.000Z (6 months ago)
- Last Synced: 2025-02-10T04:29:51.541Z (5 months ago)
- Topics: developer-tools, nextjs15-typescript, website
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js To-Do App
A feature-rich **To-Do App** built using modern web technologies, designed for intuitive task management with a responsive, multi-page structure. This app demonstrates best practices in building scalable and user-friendly applications with **Next.js 15**, **TypeScript**, **Tailwind CSS**, **ShadCN**, and **FontAwesome**.
---
## Features
### Home Page
- Introduces the app and its functionality in a simple, elegant manner.
- Provides a user-friendly starting point for navigation.### To-Do Page
- Core task management features:
- Add new tasks dynamically.
- View your tasks in an organized list.
- Delete tasks with ease.
- Optimized for a smooth user experience with responsive design.
### About Page
- Details about the app’s purpose and its developer.
- Includes direct links to the developer’s professional profiles on [GitHub](https://github.com/isikkerim) and [LinkedIn](https://www.linkedin.com/in/kerim-i%C5%9F%C4%B1k-b47892211/).---
## Technology Stack
This app is built using the following technologies:
- **Next.js 15**: Provides server-side rendering, routing, and static site generation.
- **TypeScript**: Ensures type safety and improves maintainability.
- **Tailwind CSS**: Enables utility-first, responsive, and modern design.
- **ShadCN**: Offers customizable, pre-designed UI components.
- **FontAwesome**: Delivers visually appealing icons for an enhanced user interface.---
## Getting Started
Follow these steps to run the app locally:
### 1. Clone the Repository
```bash
git clone https://github.com/isikkerim/next-todo-app.git
cd todo-app