muratovdias / groupie-tracker-app

Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site, displaying the information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About groupie-tracker project

Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site, displaying the information.

  • It will be given an 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, the date of their first album and the members.

    • 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, relation, does the link between all the other parts, artists, dates and locations.

  • Given all this you should build a user friendly website where you can display the bands info through several data visualizations (examples : blocks, cards, tables, list, pages, graphics, etc). It is up to you to decide how you will display it.

Usage

To run this project, open the command line and type this commands:

$ git clone git@git.01.alem.school:muratovdias/groupie-tracker.git
$ cd groupie-tracker
$ go run cmd/main.go

This project will help you learn about :

  • Manipulation and storage of data.
  • JSON files and format.
  • HTML.
  • Event creation and display.
  • Client-server.

About

Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site, displaying the information.


Languages

Language:HTML 39.7%Language:Go 30.1%Language:CSS 18.6%Language:JavaScript 11.7%