This project is a website conversion from a Figma design to a React application. The main purpose of this project was to exercise my knowledge in tailwindcss, a popular css pre-processor.
To get started with this project, follow these steps:
- Clone the repository to your local machine.
- Install dependencies by running
npm install
in landingpage directory. - Start the development server by running
npm run dev
.