Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.5 KB

Bands Service - React UI

Bands Service - React UI is a frontend application built with React to manage bands, allowing users to:

  • View a list of bands
  • View band details
  • Create, update, and delete bands
  • Upload a CSV/Excel file with bands data

This UI interacts with the Bands Service API to provide seamless band management.

Tech Stack

  • React 20
  • Tailwind CSS
  • Docker
  • Jest

Requirements

Installation

  • Clone the git repository:
git clone git@github.com:freelancerwebro/bands-service-react-ui.git
  • Run the following command to build the service:
./deploy.sh

The app will be available at http://localhost:3010.

Running Tests

npm test a

Preview

Band list

app preview

Import bands

app preview

Add band

app preview

Band details

app preview