/Project-Vetrina

A dashboard built with React, Typescript, Material UI and React Testing Library, as part of the final assessment for Lasting Dynamics Academy 2022

Primary LanguageTypeScript

Project Vetrina

This is a simple dashboard built with React, it's meant to test my understanding of some new technology I learnt. These include:

  1. Typescript.
  2. Material UI.
  3. React Testing Library.

You can test out the application by cloning this repo and downloading the necessary dependencies by running

npm install

Then start up the server with

npm start

You can also run the test suite with

npm test

Cheers!