Overview
CONTEXT
Coding bootcamp final project : MVP
An app to manage your events easily
Playarena is an app to organise and/or participate in events of all kinds (sporting, board games, cultural..)
Make it easy to search for and create events, save and add events of interest to your calendar, share it with friends and inforrm organisers your wish to take part in it.
Ultimately, the application aims to validate registrations using a payment system and provide a comprehensive monitoring tool for organisers.
Discover
Booming sector
Booming games sector: board games, sports, esports. Upward trend in recent years.
2020 : France is Europe's No. 1 board games market, with €630 M sales reprenseting a 10% increase compared to previous year.
3M Esport players : +15% sales in 2021
More than 16 million people take part in sporting events
.
CHALLENGE
Centralizing & Managing Diverse Leisure Events
Managing a clear calendar of leisure events—such as sports, board games, and cultural activities—presents difficulties, as users must consult multiple sources and manually add each event, leading to a fragmented and inconsistent experience :
Numerous sources are required, many of which are not mobile-friendly.
Manual calendar configuration is tedious and prone to errors.
Updates like postponements, cancellations, and access conditions are not automatically reflected.
Develop
Focusing on user needs to prioritize features
Wireframes V1
Based on the insights from the User Stories Mapping, we created these mid-fidelity wireframes to visualize the core features and user flows for both organizers and players.
Given the time constraints, these wireframes were designed as a quick prototype to:
Test initial ideas.
Validate the user flow and core functionalities.
Identify areas for improvement early in the process.
Onboarding and preferences:
Allow users to personalize their experience by selecting their preferences at the application's launch.
Search an event
Users can browse and search for upcoming events without registration. Registration becomes necessary only when users confirm participation or save an event to their favorites.
View event details
Once participation is confirmed, users can access event details through the calendar icon in the bottom navigation bar. Saved events are accessible via the heart icon representing their wishlist.
Create an event
Users can organize public or private events by clicking on the CTA button, which redirects them to the event creation screen.
Test procedure
Anne Sophie, 32 yo – Fan of Board Games & Social Events
Pain points
Lack of clarity : onboarding, create events
Missing option to invite friends when creating an event
No reservation possible for several participants or families
Intention to participate, not a final confirmation
Some event details during creation are not necessary depending the type of game
Positive feedback
App name : Easy to recall and catchy
Filters search are considered relevant
Preview of upcoming events in the home page carousel
Possibility to explore the application prior registration
Ratings on events or organisers
WIREFRAMES V2
Deliver
Focus on User-Centric Design
These mockups were essential in transforming ideas into tangible interfaces, helping us validate and refine the app's design before coding.
SCRUM : Rapid Implementation through Sprints
KANBAN : Progress Tracking Dashboard
Transitioned to Kanban to create a collaborative dashboard, enabling the classification and tracking of tasks across "To Do," "In Progress," and "Completed."
Ensured real-time monitoring of task progress and team collaboration.
Four 2 days sprints
DASHBOARD OVERVIEW
User stories classification : Sprint 4
By day 8, most of the primary user stories (red tag) had been implemented.
Only the functionality for adding an image to a created event wasn’t finalised
Filter results
View event details
Add to favorites
MVC Architecture
To build this mobile application, we used the MERN stack:
MongoDB
Express.js
React.js
Node.JS
MVC Architecture
14 ROUTES
Project Tech Stack & Workflow
This diagram highlights the technologies and tools used for developing and deploying our application.
Registration process
User is asked to enter a username, an e-mail address and a password. If the username or e-mail address is already in use by another user, the backend will return an error.
*We use Heroku control panel to store sensitive data.