Welcome to the Investment Bank Clone Application repository! This project is a banking application clone developed using Next.js and TypeScript.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/investment-bank-clone.git
- Navigate to the project directory:
cd investment-bank-clone
- Install the dependencies:
npm install
To run the development server, use the following command:
npm run dev
The application will be available at http://localhost:3000.
To build the project for production, use:
npm run build
To start the production server, use:
npm start
This project uses the following technologies and libraries:
Next.js TypeScript React React Hook Form Yup Styled Components Axios MUI (Material UI) React Query Day.js
- Next.js
- TypeScript
- React
- React Hook Form
- Yup
- Styled Components
- Axios
- MUI (Material UI)
- React Query
- Day.js
Contributions are welcome! If you have any ideas or suggestions, please open an issue or submit a pull request.