/frontend-applications

Repository for the course frontend applications

Primary LanguageJavaScriptMIT LicenseMIT

Frontend Applications

gif

📁 Contents

🚀 Description
⚙️ Installation
📚 Wiki
🧩 Resources
🙋 Sources
📎 License

🚀 Description

This repository consists of my work for the Frontend Applications course, which is part of the Information Design - Tech Track given in the 3rd year of the study Communication and Multimedia design at the Hogeschool van Amsterdam.

The goal of this course is to learn how to work with front-end frameworks such as ReactJS

The criteria for the project can be found here

⚙️ Installation

If you would like to use this repository on your own computer, you can paste the following code into your terminal to create a local copy of this project.
(Note: you are required to have Git installed on your machine for this to work)

git clone https://github.com/Kip-Hub/frontend-data.git

After making a local copy of the repo you'll have to run the following code from within the folder you just created, to install the needed dependancies.

npm install

After installing the dependancies you can run the project with

npm start

📚 Wiki

Everything I have done during this project can be found on the wiki.
I will document my daily pursuits and progress in the logboek which can also be found on the wiki, along with some theoretical documentation and other project oriented documentation.

🧩 Data

Within this project I have used the TVMaze API which is an API that revolves around data from tv shows, and the episodes it consists of.

🙋 Resources

📎 License

Author: Daniel Kip
License used for this project: MIT