An open API service indexing awesome lists of open source software.

https://github.com/harshavardh8n/wobber-assignment


https://github.com/harshavardh8n/wobber-assignment

Last synced: 7 months ago
JSON representation

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-assignment

Then, 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 dev

Technologies Used
React.js for building the user interface.
Tailwind CSS for responsive styling.