Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.09 KB

Technical Test - KPI's Klustera

This project is a framework where you can consult statistic data from KLUSTERA's API.

Framework

Start Up! 🚀

To run this project on your local dev, please follow the next steps:

  1. Fork this repo.

  2. Clone this repo.

 git clone https://hostname/YOUR-USERNAME/YOUR-REPOSITORY 
  1. Install all dependencies.
 npm install
  1. Start the site in develop mode.
 npm start
  1. See it in the browser

Your site is now running at http://localhost:3000.

Save your changes, and the browser will update in real time! You will also see any lint errors in the console.

Deployment 📦

Take a look to the final results here: https://kpis-klustera.vercel.app/

Built with 🛠️

  • React
  • Nodejs
  • AntDesign
  • react-chartjs-2

Author ✒️