Written in:
Vite with React
Typescript
Tailwind CSS
Clone this repository into your IDE
-Once opened in your IDE, run the below CL commands to get started
npm install
cd my-app
npm install
npm run dev
The different sections are separated into different components, with the exception of the landing page, which is coded into App.tsx.