yhabib / Events-App-APP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App

Components

  • Header:
    • Logo
    • Social
    • Amount of events
  • Filter:
    • Form
    • Current Filter
  • List View
    • List-View-Item
      • Image
      • Title
  • Item
    • Title
    • Location(Google maps integration)
    • Date
    • Description
    • Image

States

  • Events
  • Current event
  • Filter

Reducers

  • One per each state

Dispatchers

  • One reducer per state
  • API calls as function-actions!

MockUp

The final app would have two views. Only one would be implemented in the first iteration and the second one would be as extra-credit:

  • Grid view:

fork this repository

  • List view: First to be implemented

fork this repository

About


Languages

Language:JavaScript 77.2%Language:CSS 15.7%Language:HTML 7.1%