Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1.46 KB

README.md

File metadata and controls

27 lines (14 loc) · 1.46 KB

Full-Stack-Project-02

DEMO: https://fs-project-02.herokuapp.com/


Toinen projekti Laurean Full Stack -sovelluskehitys kurssia varten.

Projektin ideana on simppeli webappi, joka hakee dataa jostain API:sta ja näyttää sen verkkosivustolla EJS-sivupohjia hyödyntäen. Tässä tapauksessa hyödynsin Last.fm palvelun API:a yhden artistin tietojen esittämiseen.

Projektissa myös hyödynnetään partials osia, joita ovat sivun navigointipalkki, footer sekä head-elementin sisältö.

Sivusto ja sen sisältö on myös tyylitelty Bootstrapin avulla.

Tässä projektissa on hyödynnetty seuraavia Node.js paketteja: Express, EJS, Axios


The second project for Laurea's Full Stack development course.

The idea of this project is a simple webapp, which fetches data from an API and displays it on the website using EJS-templates. In this case, I used Last.fm's API to display one artist's information.

The project also utilizes partials, which include the navigation bar, footer and the contents of the head-element.

The website and it's contents are styled using Bootstrap.

This Project has utilized the following Node.js packages: Express, EJS, Axios