Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 977 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 977 Bytes

Frontend Table

This project uses a table, which fetches data from an API using a fictional database.

Screenshots

Frontend screenshot

Tech Stack

Client: React, Material-UI, SCSS.

Server: JSON-Server, React Query, Axios

Installation

Install and run this project locally following these steps:

  1. Clone the repo:
  git clone https://github.com/berluiscabrera2/frontend-test.git
  1. Install the dependencies:
  npm install 
  1. Start the database:
  npm run backendserv 
  1. Run the project:
  npm run dev 
  1. Access the website at the following domain:
http://localhost:5173/

Acknowledgements