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

https://github.com/haabiy/marketplace-fe

Marketplace Frontend
https://github.com/haabiy/marketplace-fe

reactjs

Last synced: about 1 month ago
JSON representation

Marketplace Frontend

Awesome Lists containing this project

README

        

# 🚀 Marketplace Frontend (React.js)

View the UI : [ENIM Marketplace](https://www.abiydema.com/#presentation)

## 📊 Overview

This project serves as the frontend application for [marketplace-be](https://github.com/Haabiy/marketplace-be), a robust marketplace platform. Built with React.js, it ensures seamless compatibility with the marketplace-be backend API.

![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)

---

> 🔗 **Important:** Always use matching version release tags (e.g., v0.0.1) for both marketplace-fe (frontend) and marketplace-be (backend).

## 🛠 Setup

1. **Clone Repository:**
```bash
git clone https://github.com/Haabiy/marketplace-fe.git
```

2. **Install Dependencies:**
```bash
npm install
```

3. **Start Development Server:**
```bash
npm run dev
```

4. **Access the Application:**
Open your browser and navigate to [http://localhost:3000](http://localhost:3000)

## 📦 Dependencies

The application leverages the power of modern web technologies:

- ⚛️ **React.js**: A powerful library for building user interfaces
- 🌐 **Axios**: Promise-based HTTP client for making API requests
- 🎨 **Tailwind CSS**: A utility-first CSS framework for rapid UI development

## 🔑 Key Features

- 🖥 Responsive design for seamless user experience across devices
- 🔄 Real-time updates using WebSocket connections
- 🎨 Modern and intuitive user interface

----------