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
- Host: GitHub
- URL: https://github.com/haabiy/marketplace-fe
- Owner: Haabiy
- Created: 2024-06-26T20:20:39.000Z (11 months ago)
- Default Branch: frontend
- Last Pushed: 2024-10-22T05:55:03.000Z (7 months ago)
- Last Synced: 2025-02-15T02:25:49.768Z (3 months ago)
- Topics: reactjs
- Language: JavaScript
- Homepage: https://www.abiydema.com/#presentation
- Size: 114 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


---
> 🔗 **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----------