This project is a frontend application built using React.js and Tailwind CSS. It was created as part of an assignment for the Hyggex hiring process.
- Utilizes React.js for dynamic UI rendering.
- Implements Tailwind CSS for responsive and sleek styling.
- Includes deployment to Vercel for easy access.
The deployed version of this project can be accessed on Vercel at the following URL: Deployed Version
To run this project locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Access the application in your browser at
http://localhost:3000
.