Live Demo: 🔗 Deployed Website
Figma Design: 🎨 View on Figma
API Documentation: 📄 Postman Docs
Arcade Array is a gaming platform where users can browse games, manage wishlists, and connect with friends. It allows users to add games to their wishlist, send and accept friend requests, and access game details such as developer, release date, and platforms.
- 🕹 Game Management – Browse games with detailed information.
- 📌 Wishlist – Add or remove games from your wishlist.
- 🤝 Friends System – Send, accept, or reject friend requests.
- 🔑 User Authentication – Secure sign-up and login system.
- 🏠 Homepage Dashboard – View quick access features and notifications.
- Backend: Node.js, Express.js, MongoDB, Mongoose
- Frontend: React.js,HTML,CSS,JavaScript
- Database: MongoDB Atlas
- POST
/api/auth/signup– Register a new user - POST
/api/auth/login– User login
- GET
/api/games– Fetch all games - POST
/api/games/add– Add a game to wishlist - DELETE
/api/games/remove– Remove a game from wishlist - GET
/api/games/wishlist/:userId– Get user’s wishlist
- POST
/api/friends/request– Send a friend request - POST
/api/friends/accept– Accept a friend request - POST
/api/friends/reject– Reject a friend request
Feel free to fork this repository, create a new branch, and submit a pull request! Contributions are always welcome.