This project was initially developed with an Arabic user interface in mind (RTL). However, its core functionality built with Next.js and Tailwind CSS is easily translatable to support Left-to-Right (LTR) languages. We welcome contributions from the community to expand language support and features. If you're interested in contributing, please reach out! We'll be happy to add you to the contributors list.
Single-admin product management & customer showcase. Add, edit, & display products with rich details (images, descriptions). Enhances product visibility for customers (no online purchase).
- Next.js (React framework for server-rendered and statically generated web applications)
- Tailwind CSS (Utility-first CSS framework for rapid UI development)
- DaisyUI (Modular and customizable UI components built on Tailwind CSS)
- Clone the repository:
git clone https://github.com/nachat-ayoub/products-management-app.git
- First, install project dependencies:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Run the development server:
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 edit the project as you want.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.