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

https://github.com/jorkdev/greenery-dashboard

A responsive multipurpose admin dashboard made with ReactJS
https://github.com/jorkdev/greenery-dashboard

Last synced: 8 months ago
JSON representation

A responsive multipurpose admin dashboard made with ReactJS

Awesome Lists containing this project

README

          

# "Greenery" Plant Store Admin Dashboard
This repository contains the code for a responsive admin dashboard for a plant store created using ReactJS. The dashboard features a modern design with a main page, listing, stats, recent activity, top sellers, can customize your own profile and responsive layout that adapts to different screen sizes. It has multiple entries such a menu pages and setting pages, you can check charts, trends, billing and the contact of the customers.

Features
* Modern design with a slideshow
* Navigation menu
* Responsive layout that adapts to different screen sizes
* Multiple entries: Menu pages, Setting pages, Charts, Trends, Billing, Customer Contact

How to use
To use this dashboard, simply clone the repository and open it in your favorite web browser. The dashboard will be automatically built and deployed to your local machine.

To install

Clone the repository:
```sh
$ git clone https://github.com/[your username]/plant-store-admin-dashboard.git
```

Install the dependencies:
```sh
$ cd plant-store-admin-dashboard
npm install
```

Start the development server:
```sh
$ npm start
```

The dashboard will be available at http://localhost:3000.

To build for production

To build the dashboard for production, run:
```sh
$ npm run build
```

The built files will be in the dist directory.

License
This project is licensed under the MIT License.

Contact
If you have any questions or suggestions, please feel free to contact me at [your email address].

I hope you enjoy this dashboard!