Browse Source

adding condition

content-update
OGordoo 5 years ago
parent
commit
dc8924152c
  1. 13
      subjects/groupie-trackers/groupie-trackers.en.md

13
subjects/groupie-trackers/groupie-trackers.en.md

@ -4,23 +4,26 @@
Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site, displaying all or part of the information.
- It will ge given an [API](link_to_api), that consists of four parts:
- The first one, `artists`, contains some information about some bands and artists like their name(s), an image, in which year they began their activity and the date of their first album.
- It will be given an [API](http://groupietrackers.org/api), that consists in four parts:
- The first one, `artists`, containing information about some bands and artists like their name(s), image, in which year they began their activity and the date of their first album.
- The second one, `locations`, consists in their last and/or upcoming concert locations.
- The third one, `dates`, consists in their last and/or upcoming concert dates.
- And the last one, `relations`, does the link between all the other parts, `artists`, `dates` and `locations`.
- All data given in the API should be used.
- This project also focuses on the creation of events and on their visualization.
- An event-driven system consists in a system that responds to some kind of action triggered by the client, time, or any other factor.
- You can learn more about events [here](https://medium.com/omarelgabrys-blog/event-driven-systems-cdbe5a4b3d04).
- An event-driven system consists in a system that responds to some kind of action triggered by the client, time, or any other factor.
This project will help you learn about :
- Manipulation and storage of data.
- HTML.
- Event creation and display.
- JSON files.
- [Event-driven system](https://medium.com/omarelgabrys-blog/event-driven-systems-cdbe5a4b3d04).
- JSON files and format.
### Instructions

Loading…
Cancel
Save