Skip to content

harshasiddartha/tasknest

Repository files navigation

TaskNest: Task Management Platform

TaskNest is a modern task management platform built with Next.js 15 that allows users to efficiently organize and manage their tasks. The platform offers streamlined options for task creation, editing, completion, and deletion within a clean, intuitive interface.

Features

  • Custom Authentication: Secure sign-up and sign-in functionality for user access management.
  • Task Management: Users can add tasks with details, edit descriptions, delete unwanted tasks, and mark tasks as completed.
  • Drizzle ORM with Neon Database: Efficient task storage and retrieval using Drizzle ORM with a Neon database for structured data management.
  • User Dashboard: Displays all user tasks with options to filter by status (e.g., completed, pending).
  • Minimalistic Design: Utilizes ShadCN for a modern, minimalistic design that enhances the user experience.

Tech Stack

  • Next.js 15
  • ShadCN
  • Drizzle ORM
  • Neon
  • TypeScript

Getting Started

To get started with TaskNest, clone the repository and install the dependencies:

git clone https://github.com/harshasiddartha/tasknest.git
cd tasknest
npm install



This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).

## Getting Started

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published