ClinicWave / clinicwave-frontend

1 stars 1 forks source link

Add React Router, Axios dependencies, and VerificationForm component #2

Closed aamirxshaikh closed 2 months ago

aamirxshaikh commented 2 months ago

Description:

This pull request introduces the addition of React Router and Axios dependencies, sets up React Router in the application, and adds a new VerificationForm component for account verification.

Changes:

Purpose:

The purpose of this pull request is to enhance the project's functionality by adding routing capabilities with React Router, enabling HTTP requests with Axios, and providing a user interface for account verification. This allows users to navigate through different pages in the application and verify their accounts by entering a code sent to their email.