Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinfigueira/dashboardadmin
https://github.com/kevinfigueira/dashboardadmin
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinfigueira/dashboardadmin
- Owner: kevinfigueira
- License: mit
- Created: 2022-03-04T20:48:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T21:30:51.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T08:16:38.854Z (5 months ago)
- Language: JavaScript
- Size: 6.57 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - kevinfigueira/dashboardadmin - (JavaScript)
README
DashboardAdmin
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