Skip to content

tobycodes/gronda-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gronda-task

The project can be previewed at https://tobycodes.github.io/gronda-task.

Implementation details

  • Project was created using create-react-app.
  • Tests were written using Jest and Enzyme.
  • In the screenshot shared, the KPI cards have the overlapping circles svg in the background. I was not able to implement this, but I implemented the gradient background so as to depict something similar.
  • No other package was used in the project apart from the ones mentioned above.

How to start the project

Open up your terminal to download and start or test the project by running these commands.

Create a new folder

mkdir david-olubusoye-gronda-task

Navigate to the new folder

cd david-olubusoye-gronda-task

Clone the repository

git clone https://github.com/tobycodes/gronda-task.git

Navigate to the project folder by running

cd gronda-task

Install all dependencies

npm install

Start the project in development server

npm start

OR

Run tests on the project

npm test

Releases

No releases published

Packages

No packages published