To set up and run the project locally, follow these steps:
-
Clone the code repository:
git clone <repository-url>
-
Navigate to the project directory:
cd project-directory
-
Install project dependencies using either Yarn or npm:
yarn install
npm install
-
Rename the .env.example file to .env and provide your credentials. or better to visit this url to see the optimized build https://learn-next-14-3sr77jfu1-soly2014.vercel.app/payments .
The project leverages the following technologies:
- React Hook Form: Used for handling form data.
- Zod: Employed for form validations.
- Tailwind CSS: Utilized for styling the user interface.
- TypeScript: Ensures type safety in the code.
- React Query: Used for data fetching and state management.
- Axios: Used for making HTTP requests.
- Vercel: Used for hosting the project.