Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.22 KB

File metadata and controls

22 lines (12 loc) · 1.22 KB

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Used libraries and dependencies

I used the following libraries and dependencies in my project:

"MUI" - react helps with styling and positioning , a component library

"axios": for making HTTP requests , allowing me to fetch data from APIs and interact with external resources.

"react" and "react-dom": These are fundamental React libraries - used for building the user interface and managing the application's component tree.

"react-router-dom": crucial for implementing client-side routing, ensuring that different views and pages can be navigated and rendered without a full page reload

The combination of these libraries and dependencies helped me efficiently create a well-styled, responsive, and interactive web application with seamless navigation and data fetching capabilities.