Kitabi Tany is a platform designed to connect people who want to buy or sell used books, making books more accessible and affordable. Users can browse books by categories (fiction, science, etc.), check reviews, and purchase books directly through the platform. Sellers can list books with detailed information, including price, condition, and photos.
- User account creation for buyers and sellers.
- Book listings with categories, search, and filter options.
- User reviews and ratings for listed books.
- Secure payment processing and order management.
- Notifications for order status and updates.
- Frontend: React.js for a responsive, dynamic user interface.
- Backend: Node.js with Express for API and server functionality.
- Database: MongoDB for efficient data management.
- Clone the repository.
git clone https://github.com/yourusername/kitabi-tany.git
- Install dependencies for both frontend and backend.
cd kitabi-tany/frontend npm install cd ../backend npm install
- Set up environment variables (e.g., database connection, API keys).
- Start the development server.
cd frontend npm start cd ../backend npm start
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License.