This is a redesign MVP of the VanHack events page for the VanHackaton Challenge. It is a fully working Server-Side rendered Web App that uses an external API based on VanHack's own events.
Redesign of the VanHack events page. Main features:
- Search and tag/filter system to help user find events;
- Tags based on event type, location, application dates, start date and favorites;
- Option to select events as favorites right on the main page (option saved on localStorage);
- Slideshow to show highlighted events;
- Functional modal feature;
- Tagging system integrated to the modal;
- Option to apply to an event inside the modal (option saved on localStorage);
- Message informing the user if he is registered and button to unregister from an event inside the modal;
- Message on event list informing if user is registered for that event;
- Indication in event list if it is exclusive for premium users;
- Message inside the modal informing that event is exclusive for members and CTO button to register;
- Clear separation of event categories (open, finished registration, etc);
- Use of external API from mockable.io to populate event list and slideshow;
- Use of Server-Side Render to enhance performance;
- Use of Store to manage state;
Report
No reviews yetBe the first to leave a review for VanHack Calendar Challenge