Skip to content

Frontend for CRM system built with Next.js 15, React 19, and TypeScript.

BulatRuslanovich/crm_front

Repository files navigation


Next.js React TypeScript Tailwind CSS Lucide React Status

Frontend for CRM system built with Next.js 15, React 19, and TypeScript.

⚠️ Project Status: In active development. Features and API may change.


Tech Stack

  • Next.js 15 - App Router with Turbopack
  • React 19 - Latest React with concurrent features
  • TypeScript - Type-safe development
  • Tailwind CSS 4 - Utility-first styling
  • Lucide React - Icon library

Getting Started

Prerequisites

  • Node.js 18+
  • Backend API running on http://localhost:5555

Installation

# Install dependencies
npm install

# Start development server
npm run dev

Build for Production

npm run build
npm start

Features

  • Authentication - User login/registration with JWT
  • Dashboard - Personalized user interface
  • Activity Management - Full CRUD operations
  • Organization Integration - Dynamic organization selection
  • Theme Support - Dark/light mode toggle
  • Responsive Design - Mobile-first approach

About

Frontend for CRM system built with Next.js 15, React 19, and TypeScript.

Topics

Resources

Stars

Watchers

Forks