Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevinfigueira/dashboardadmin


https://github.com/kevinfigueira/dashboardadmin

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        


Dashboahadmin

 

Demo

DashboardAdmin


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About ##

Thinking about doing some personal project so I worked this small Dashboard in ReactJS, project using the React-vis graphic library making our Dashboard more attractive and beautiful.f

## :sparkles: Features ##

:heavy_check_mark: dynamic panel;\
:heavy_check_mark: menu navigation;\
:heavy_check_mark: responsive application;\
:heavy_check_mark: Sidebar;\

## :rocket: Technologies ##

The following tools were used in this project:

- [React](https://pt-br.reactjs.org/)
- [React-vis](https://uber.github.io/react-vis/)

## :white_check_mark: Requirements ##

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting ##

```bash
# Clone this project
$ git clone https://github.com/kevinfigueira/dashboardadmin

# Access
$ cd dashboardadmin

# Install dependencies
$ yarn

# Run the project
$ yarn start

# The server will initialize in the
```

## :memo: License ##

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Kevin Figueira

 

Back to top