This project is a bank portal built with Typescript, Styled Components, Framer Motion, Ant Design, HTML, CSS, Eslint, and Prettier, and Next.js.
The purpose of this project is to provide a portal for a bank company, so user can view every information about bank.
To get started with this project, you'll need to have Node.js and yarn installed on your computer.
- Clone this repository to your local machine using
git clone https://github.com/<YOUR-USERNAME>/bankPortalProject.git
- Navigate to the project directory using
cd bankPortalProject
- Install the project dependencies using
yarn
- Start the development server using
yarn dev