An open API service indexing awesome lists of open source software.

https://github.com/sgeri/nextine

Admin Dashboard made with NextJS, Mantine and NextAuth
https://github.com/sgeri/nextine

admin dashboard mantine nextjs react

Last synced: 7 months ago
JSON representation

Admin Dashboard made with NextJS, Mantine and NextAuth

Awesome Lists containing this project

README

          

Admin Dashboard UI with functionality and NextJS API Routes.

##### [Project Demo here!](https://nextine.vercel.app)

### Features

- Project made possible with [NextJS](https://nextjs.org)
- Fully functional UI made with [Mantine](https://mantine.dev)
- Support of Mantine modals, drawers and notifications
- Mock up data with example users and messages

# Nextine

![](https://img.shields.io/github/stars/SGeri/nextine) ![](https://img.shields.io/github/issues/SGeri/nextine) ![](https://img.shields.io/github/forks/SGeri/nextine) ![](https://img.shields.io/github/license/SGeri/nextine)

### Planned Features / Todos

- Online Project Demo ✔️
- Fully implemented NextAuth authentication with protected routes and custom login page ❌
- Extension of API routes and implementation ❌
- Database implementation (most likely MySQL with Prisma) ❌
- Language selector (English + Hungarian) ❌

### How to use local version?

1. Clone repository
`git clone https://github.com/SGeri/nextine`

2. Go to folder
`cd `

3. Install dependencies
`npm install`

4. Start development server
`npm run dev`

5. Visit localhost:3000 in your browser!

6. Enjoy!