Post-Vid

React Project

Github

Skills

HTML
CSS
JavaScript
React
Redux

User story:

As a user, I want to find events geared towards my interests. If I am searching for a food festival, I would like to be able to search that and see food festivals around the world.


Project Timeline:

  • Start: Monday, June 7th, 2021
  • Presentation: Friday, June 11th, 2021

  • Front-end:

    • HTML
    • CSS
    • JavaScript
    • React
    • Redux
    • Media Queries
    • API fetched from Ticketmaster

    Successes:

    1. The mobile responsiveness is working smoothly. My favorite feature is the hamburger menu being able to open and close on screens smaller than 960px.
    2. I was able to use the css from the cards on the home page, to the fetched Ticketmaster data and to the favorites page.
    3. Once the user adds an event to favs, the "add to favs" button will change to "delete from favs" to prevent multiple of the same event in the favorites cart.

    Future Additions:

    1. Would like for images to appear on the single events page.
    2. Would like to add the feature to go to the previous page without having to retype the keyword entered.
    3. Would like for the error page to also appear when no events match the keyword entered.