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
- Host: GitHub
- URL: https://github.com/sgeri/nextine
- Owner: SGeri
- Created: 2022-03-13T13:46:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T14:34:06.000Z (about 4 years ago)
- Last Synced: 2025-03-27T09:41:03.102Z (12 months ago)
- Topics: admin, dashboard, mantine, nextjs, react
- Language: JavaScript
- Homepage: https://nextine.vercel.app
- Size: 57.6 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
   
### 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!