/eventofparis

EventOfParis

Primary LanguageJavaScript

EventsOfParis

Context

This app using Opendata API for to found events in Paris.

Starting

git clone https://github.com/BaghdadiBoulanouar/eventofparis
npm install
npm start

Structure

.
├── package.json
├── README.md
├── src
│   ├── components
│   │   ├── events
│   │   │   └── index.js
│   │   └── navigation
│   │       └── index.js
│   ├── index.html
│   ├── index.js
│   └── index.scss
└── webpack.config.js

Technologies used

  • HTML5
  • JavaScript
  • ReactJS Framework

Components

  • navigation
    • where we do our research
  • events
    • where the results of our research appear and api request

Features

  • Navbar
    • We can choose between a research by query
    • When we submit, on the left cards appear with informations of each events
  • events
    • We display differents event from API

Author

BOULANOUAR Baghdadi