/Volopay

Yolopay Assignment built using NextJS

Primary LanguageTypeScript

Yolopay Assignment

This assignment is built on the Next.js framework (ReactJS framework) using TypeScript, JavaScript, and Material-UI (MUI)

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/Mohammad-Sahil/yolopay.git
  1. Navigate to the project directory.
cd yolopay
  1. Install the dependencies.
npm install

or

yarn install

Configuration

No additional configuration steps are required for this project.

Usage

To run the application locally, use the following command:

npm run dev

This will start the development server and the application will be accessible at http://localhost:3000.

Folder Structure

The project folder structure is as follows:

- src/
  - components/
    - HomePage.tsx
    - GridCards.tsx
    - CardItem.tsx
  - pages/
    - index.tsx
  - ...
  • The src/components folder contains reusable React components used in the application, including HomePage, GridCards, and CardItem.
  • The src/pages folder contains the main pages of the application, including index.tsx which serves as the home page.

Deployment

To deploy the application to a production environment, follow these steps:

  1. Build the production-ready version of the application.
npm run build
  1. Start the production server.
npm run start

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, please contact Mohammad Sahil