Skip to content

➡️ SPA in React to find events in Madrid

Notifications You must be signed in to change notification settings

azaharamg/madevents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

❇️ MadEvents ❇️

MadEvents is a Web application that allows users to search events in Madrid filtering by districts and / or categories so that it is easy to discover new events to attend.

🔸 Description

Get data of the events for the next 100 days in Madrid, through an API provided by the city council. Save the data and filter it based on user needs, it can be filtered by district and by category.

It will also allow you to see all the events on a map and interact by clicking on each one of them to obtain more information about the event of interest.

Users can share the events in social media, too.

🔸 Technical tools

🔸 Installation

To use the project in local, you need to install the dependencies of the project with npm install and start a local server with npm start in client folder. Also you need to execute npm start in the project's root folder to run the express server.