Welcome to my application built with Next.js, TypeScript, and Material-UI components.
To run this project locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/your-repo.git
-
Run it :
npm run dev # or yarn dev # or pnpm dev # or bun dev
Open http://localhost:3000 with your browser to see the result.
This app features three main menus : Home - Medias - Statistics
The home menu serves as the main landing page for the application, providing an introduction to its features.
In the 'Medias' menu, users can manage their media collection. This includes adding, deleting, and viewing various media types such as books, series, and movies.
The 'Statistics' menu offers users insightful charts and graphs based on the data they have inserted into the app.
A demo of the latest version is displayed here : Demo Made With Vercel