Skip to content

Commit 9302511

Browse files
committed
doc: update readme
1 parent 060404b commit 9302511

File tree

1 file changed

+26
-18
lines changed

1 file changed

+26
-18
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,35 @@
1-
# Next.js Fullstack Inventory Management
1+
# πŸ“¦ Next.js Fullstack Inventory Management
22

3-
A test fullstack application built with Next.js 16, featuring an inventory management system with authentication, product management, and analytics dashboard.
3+
A modern fullstack application built with Next.js 16, featuring an inventory management system with authentication, product management, and analytics dashboard.
4+
5+
![Next.js](https://img.shields.io/badge/Next.js-16.0.7-black?style=flat-square&logo=next.js)
6+
![React](https://img.shields.io/badge/React-19.2.0-61DAFB?style=flat-square&logo=react)
7+
![TypeScript](https://img.shields.io/badge/TypeScript-5.9.3-3178C6?style=flat-square&logo=typescript)
8+
![Prisma](https://img.shields.io/badge/Prisma-6.19.0-2D3748?style=flat-square&logo=prisma)
9+
![Stack Auth](https://img.shields.io/badge/Stack%20Auth-2.8.54-6366F1?style=flat-square)
410

511
## πŸš€ Tech Stack
612

713
### Frontend
8-
- **Next.js 16.0.0** - React framework with App Router
9-
- **React 19.2.0** - UI library
10-
- **TypeScript 5** - Type safety
11-
- **Tailwind CSS 4** - Utility-first CSS framework
12-
- **Lucide React** - Icon library
13-
- **Recharts** - Chart library for data visualization
14+
- ⚑ **Next.js 16.0.7** - React framework with App Router
15+
- βš›οΈ **React 19.2.0** - UI library
16+
- πŸ“˜ **TypeScript 5.9.3** - Type safety
17+
- 🎨 **Tailwind CSS 4** - Utility-first CSS framework
18+
- ✨ **Lucide React** - Icon library
19+
- πŸ“Š **Recharts** - Chart library for data visualization
1420

1521
### Backend
16-
- **Next.js Server Actions** - Server-side logic
17-
- **Prisma 6.18.0** - Type-safe database ORM
18-
- **PostgreSQL** (via Neon) - Database
19-
- **Zod** - Schema validation
22+
- πŸ”§ **Next.js Server Actions** - Server-side logic
23+
- πŸ—„οΈ **Prisma 6.19.0** - Type-safe database ORM
24+
- 🐘 **PostgreSQL** (via Neon) - Database
25+
- πŸ›‘οΈ **Zod** - Schema validation
2026

2127
### Authentication
22-
- **Stack Auth** - Authentication and user management (configured within Neon)
28+
- πŸ” **Stack Auth** - Authentication and user management (configured within Neon)
2329

2430
### Development Tools
25-
- **Biome** - Fast formatter and linter
26-
- **Turbopack** - Fast bundler (Next.js default)
31+
- βœ… **Biome** - Fast formatter and linter
32+
- ⚑ **Turbopack** - Fast bundler (Next.js default)
2733

2834
## ✨ Features
2935

@@ -34,14 +40,16 @@ A test fullstack application built with Next.js 16, featuring an inventory manag
3440
- 🎨 **Modern UI** - Clean, responsive design with Tailwind CSS
3541
- πŸ” **Search** - Real-time product search functionality
3642
- πŸ“ˆ **Analytics** - Product trends and stock level visualizations
43+
- ⚑ **Performance** - Optimized with Next.js 16 and Turbopack
44+
- πŸ”’ **Type Safety** - Full TypeScript coverage with Prisma
3745

3846
## πŸ“‹ Prerequisites
3947

4048
Before you begin, ensure you have:
4149

42-
- **Node.js** 20.x or higher
43-
- **pnpm** (or npm/yarn)
44-
- A **Neon** account (for PostgreSQL database and Stack Auth)
50+
- πŸ’» **Node.js** 20.x or higher
51+
- πŸ“¦ **pnpm** (or npm/yarn)
52+
- ☁️ A **Neon** account (for PostgreSQL database and Stack Auth)
4553

4654
## πŸ› οΈ Setup Instructions
4755

0 commit comments

Comments
Β (0)