Black Dashboard React is a beautiful Bootstrap 4, Reactstrap and React (create-react-app) Admin Dashboard with a huge number of components built to fit together and look amazing. If you are looking for a tool to manage and visualize data about your business, this dashboard is the thing for you. It combines colors that are easy on the eye, spacious cards, beautiful typography, and graphics. Black Dashboard React comes packed with all plugins you might need inside a project and documentation on how to get started. It is light and easy to use, and also very powerful.
Black Dashboard React features over 16 individual components, giving you the freedom of choosing and combining. This means that there are thousands of possible combinations. All components can take color variations, which you can easily modify using SASS files. Because all elements are implemented, you will save a lot of time going from prototyping to full-functional code. We thought about everything, so this dashboard has 2 versions, Dark Mode and Light Mode.
genezio
is a platform that allows developers to write, deploy, and use serverless APIs with ease. With genezio
, developers can write their backend logic in classes and design their frontend using their preferred programming language.
Once the backend classes are written, genezio
deploys them onto a serverless infrastructure. The platform generates an SDK that developers can use to remotely call the methods of their class in a very natural way, making it easy to call backend logic from the client.
The platform comes with a handful of examples to start from, and developers can integrate it into their CI/CD pipeline with a dedicated GitHub action.
For more tutorials and details check the genezio resources:
Create a genezio
account by going to https://app.genez.io.
Install genezio
package. Run the command below in your terminal:
npm install genezio -g
Login to genezio
. Run the following command to login into your account:
genezio login
Clone this repo. Copy the following command in your terminal:
git clone https://github.com/creativetimofficial/black-dashboard-genezio
Navigate to the backend folder. Copy the following command in your terminal:
cd ./backend
Deploy your code. Use the command below to deploy the code using genezio
:
genezio deploy --env ./.env
Test your project. You can use the test interface provided in the genezio dashboard to test your project.