https://github.com/harshavardh8n/wobber-assignment
https://github.com/harshavardh8n/wobber-assignment
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshavardh8n/wobber-assignment
- Owner: harshavardh8n
- Created: 2025-01-17T19:55:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T20:44:22.000Z (9 months ago)
- Last Synced: 2025-01-30T08:31:40.813Z (9 months ago)
- Language: JavaScript
- Homepage: https://wobber.vercel.app
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wobb Web App Homepage Redesign
This repository contains the code for the Wobb Web App homepage redesign, built using React.js and styled with Tailwind CSS. The web app is designed for a seamless user experience with responsive layouts and modern UI components.
## Live Demo
You can view the live version of the app here:
[Wobb Web App](https://wobber.vercel.app/)## GitHub Repository
You can find the repository here:
[GitHub Repository](https://github.com/harshavardh8n/Wobber-assignment)## Features
- Responsive design using Tailwind CSS.
- Interactive tab navigation for campaign types.
- Dynamic campaign card layout.
- Filter options for campaign categorization.## Getting Started
To run this project locally on your machine, follow the steps below:
### 1. Clone the Repository
First, clone the repository to your local machine using Git:
```bash
git clone https://github.com/harshavardh8n/Wobber-assignment.git### 2. Install Dependencies
Navigate into the project directory:
cd Wobber-assignmentThen, install the required dependencies using npm:
npm install### 3. Run the Application
After the dependencies are installed, you can start the development server:
npm run devTechnologies Used
React.js for building the user interface.
Tailwind CSS for responsive styling.