Rami Media is a sleek and modern media management dashboard built with Next.js. This project is a pure front-end application with no backend logic, making it a fun project to practice your front-end skills. Currently, it uses static files for data, but it can easily be extended into a full-stack application.
- Dynamic Media Management: Easily upload, categorize, and manage your media files.
- Responsive Design: Ensures optimal viewing on all devices.
- Interactive Charts: Visualize media statistics with interactive charts.
- Dark Mode Support: Switch between light and dark themes effortlessly.
- Next.js/React
- TypeScript
- Shadcn/ui
- Tailwind CSS
- Recharts
- Lucide React
- React Hook Form
- Zod
- Next Themes
Install dependencies:
npm install
Run the Application
npm run dev
Open http://localhost:3000
with your browser to see the result.
Feel free to fork this project, add your features, and submit pull requests. Your contributions are always welcome!