This repository contains the Frontend Assignment I completed for Pazago Technologies.
Follow the steps below to run the project locally:
- Clone the repository
git clone <REPO_LINK>
- Navigate to the project directory
cd <PROJECT_DIRECTORY>
- Install dependencies
npm install
- Run the development server
npm run dev
- Open the app Visit http://localhost:3000 in your browser.
-
Built with: React.js (Vite)
-
Purpose: Demonstrates frontend skills as per the assignment requirements.
-
Features:
- Responsive UI that adapts across different screen sizes.
- Dynamic components rendered based on user interaction.
- State management using React hooks.
- Error handling and user-friendly messages.
- Styling with CSS/Tailwind to match the assignment design.
- Mobile-first design approach.
- Clean code structure for easy maintenance.