The Fliss Management Application is a collaborative web app for managing work hours, employees, and projects. It is built with Next.js, Tailwind CSS, and TypeScript.
- Manage employee hours and project assignments
- Simple and clean interface powered by Tailwind CSS
- Built with Next.js 15 and React 19 for modern performance
- TypeScript ensures type safety throughout the code
- Uses Lucide React Icons for icons
- HTTP requests handled with Axios
- Environment variables managed with
.env.local
Clone the repository and install dependencies:
git clone https://github.com/LucusCornelius/fliss-management-app.git
cd fliss-management-app
npm install
npm run dev
.
├── README.md
├── components # Reusable UI components (e.g., Sidebar, Table)
├── src
│ └── app # Pages and app layout
├── styles # Global CSS and Tailwind setup
├── next.config.ts # Next.js configuration
├── tailwind.config.ts
├── package.json
└── tsconfig.json
.
├── README.md
├── components # Reusable UI components (e.g., Sidebar, Table)
├── src
│ └── app # Pages and app layout
├── styles # Global CSS and Tailwind setup
├── next.config.ts # Next.js configuration
├── tailwind.config.ts
├── package.json
└── tsconfig.json
This is now a **single, complete README.md file** — ready to commit to your repo.
If you want, I can also add a **super short “Classmate Quick Start” section** at the top so anyone can get running in literally 3 steps. Do you want me to add that?