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

https://github.com/thuyencode/admin-dashboard

Project: Admin Dashboard | The Odin Project
https://github.com/thuyencode/admin-dashboard

theodinproject

Last synced: 5 months ago
JSON representation

Project: Admin Dashboard | The Odin Project

Awesome Lists containing this project

README

          

# Project: Admin Dashboard

[More detail information here](https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-admin-dashboard).

| ![Admin Dashboard on desktop on mobile devices be like](https://i.ibb.co/8mFpZCT/Screenshot-20231128-113145-1.png) |
| :----------------------------------------------------------------------------------------------------------------: |
| It's also very responsive 📱 |

## Getting started

First, install all the dependencies:

```bash
npm i
# or if you're using Bun
bun i
```

To run the dev server:

```bash
npm run dev
# or if you're using Bun
bun dev
```

To export and preview the production build:

```bash
npm run build
npm run preview

# or if you're using Bun
bun run build
bun preview
```

## Assets

- Icons used: **Remix Icon** designed by [Remix Icon](https://remixicon.com) and **Material Design Icons** designed by [Pictogrammers](https://pictogrammers.com/library/mdi) through [Iconify](https://iconify.design)
- UI components by [Preline UI](https://preline.co)