Calc-Front

This repository contains the front-end part of the calculator application.

Technologies

  • 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

Basic Setup Instructions

  1. Clone the repository:

    git clone https://github.com/Mardoqueu/calc-front.git
  2. Navigate into the project directory:

    cd calc-front
  3. Install dependencies:

    npm install

    Or

    npm i
  4. Run the application:

    npm run dev
  5. Access the application: Open your web browser and navigate to the URL provided by the terminal.