Wapum 🛍️
Welcome to Wapum - the cutting-edge marketplace platform where users can effortlessly buy and sell items. Built with the innovative Vite and React, Wapum offers a seamless and responsive user experience.
Features
- 🚀 Lightning-fast performance with Vite
- 🎨 Elegant UI/UX with a responsive design
- 🔒 Secure authentication and transaction processes
- 📦 Real-time listing and management of products
- 📱 Realtime Messaging with Socket.io
Getting Started
To run Wapum locally:
- Clone the repository:
git clone https://github.com/suleymanlaarabidev/wapum.git
- Navigate to the project folder:
cd wapum
- Install dependencies:
pnpm install
- Start the development server:
pnpm run dev
- Open your browser to
http://localhost:5173
and explore the app.
Contributing
We welcome contributions to Wapum. To contribute:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request