Skip to content

Aqib-Rime/task-up

Repository files navigation

TaskUp

A modern, beautifully designed task management landing page built with Next.js 16, React 19, and Tailwind CSS 4.

Features

  • Hero Section - Gradient background with email capture form
  • Progress Report Card - Interactive charts showing real-time progress tracking
  • Customer Ratings - Social proof with avatars and star ratings
  • Customer Information - Rating cards, premium upsell, and happy customer stats
  • Task Management Process - Visual showcase of the platform's capabilities
  • Upcoming Plans - Projects table with status indicators
  • Testimonials - Customer reviews in a grid layout
  • Footer - Newsletter signup and navigation links
  • Sticky Navbar - Backdrop blur effect on scroll

Tech Stack

Project Structure

feature/landing-page/
├── components/          # Shared components (Container)
├── navbar/              # Navigation bar components
├── hero/                # Hero section with email form
├── progress-report-card/# Chart and progress tracking
├── ratings/             # Rating displays
├── customer-information/# Customer stats and cards
├── task-management-process/
├── upcoming-plans/      # Projects table
├── testimonials/        # Customer reviews
├── footer/              # Footer with links
└── index.ts             # Barrel exports

Getting Started

Prerequisites

  • Node.js 18+
  • npm, yarn, pnpm, or bun

Installation

# Clone the repository
git clone <repository-url>
cd task-up

# Install dependencies
npm install

Development

npm run dev

Open http://localhost:3000 in your browser.

Build

npm run build
npm start

Scripts

Command Description
npm run dev Start development server
npm run build Create production build
npm start Start production server
npm run lint Run ESLint

Architecture

This project follows a feature-based architecture with the single responsibility principle:

  • Each feature is self-contained in its own folder
  • Components are split into small, focused files
  • Barrel exports (index.ts) provide clean imports
  • Shared components live in the components/ folder

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published