Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gustavoaroberto/admin-plat

This repository is for an Admin Platform project that includes a simple dashboard and basic features.
https://github.com/gustavoaroberto/admin-plat

admin-dashboard bulma-css nextjs studies

Last synced: 1 day ago
JSON representation

This repository is for an Admin Platform project that includes a simple dashboard and basic features.

Awesome Lists containing this project

README

        

# Admin Platform (WIP)

This repository is for an Admin Platform project that includes a simple dashboard and basic features. The project is built using Next.js and styled with Bulma CSS framework.

### Features
---
- User Authentication
- Dashboard Overview
- User Management
- Role Management
- Settings Page
- Responsive Design with Bulma CSS

### Technologies Used
---
- **Next.js**: A React framework for server-side rendering and static site generation.
- **Bulma CSS**: A modern CSS framework based on Flexbox.

### How to Use
---
1. **Clone this repository**:
```sh
git clone https://github.com/your-username/admin-platform
```

2. **Navigate to the directory**:
```sh
cd admin-platform
```

3. **Install the dependencies**:
```sh
npm install
```

4. **Run the development server**:
```sh
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.