This repository contains the front-end part of the calculator application.
- Vite: Used for project generation and bundling
- TypeScript: For type-safe JavaScript
- ReactJS: For building the user interface
- Context API: For state management
- React Router DOM: For managing routes
- Local Storage: For saving the token and user ID
- Material UI: For UI components
- Vitest: For testing
-
Clone the repository:
git clone https://github.com/Mardoqueu/calc-front.git
-
Navigate into the project directory:
cd calc-front
-
Install dependencies:
npm install
Or
npm i
-
Run the application:
npm run dev
-
Access the application: Open your web browser and navigate to the URL provided by the terminal.