This assignment is built on the Next.js framework (ReactJS framework) using TypeScript, JavaScript, and Material-UI (MUI)
- Clone the repository to your local machine.
git clone https://github.com/Mohammad-Sahil/yolopay.git
- Navigate to the project directory.
cd yolopay
- Install the dependencies.
npm install
or
yarn install
No additional configuration steps are required for this project.
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.
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, includingHomePage
,GridCards
, andCardItem
. - The
src/pages
folder contains the main pages of the application, includingindex.tsx
which serves as the home page.
To deploy the application to a production environment, follow these steps:
- Build the production-ready version of the application.
npm run build
- Start the production server.
npm run start
This project is licensed under the MIT License.
For any inquiries or feedback, please contact Mohammad Sahil