Skip to content

ROEL2407/Frontend-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frontend-Applications

Table of contents

Assignment
Where is this repository for?
What's the goal of this repository?

Project
Installation
Rubric
Commits
Resources
License

Where is this repository for?

This repository is for my lessons from tech track from the education Communication and Multimedia Design from the HvA.

What's the goal of this repository?

In this repository I've made a visualization of data fetched from the PokeAPI using D3. This data will be presented in a bar chart.

Installation

Clone this repository to your own device:

git clone https://github.com/ROEL2407/Frontend-Applications.git

After that, use the following command to go to the app:

cd ./pokemoncharts

Use the following command to install the packages:

npm install

Then, use the following command to start the app locally in your browser:

npm start

Rubric

For this assignment I'm being rated on the folllowing points:

Commits

In this repo I will commit my work. To make this more visible for myself and others I've added little headers to the commit titles:

  • Created = a file is created
  • Added = added a piece of code
  • Updated = updated a file or piece of code
  • Remove = removed a piece of code
  • Delete = deleted a file

Resources

Credits

  • Our teachers at the Tech Track from CMD (specificly Angelo for coping with my many questions).
  • My support group.
  • My fellow students who've helped me resolving some problems and learning me new types of tricks.
  • Stackoverflow for giving me the answer that I could tweak or that helped me understand my problem in the code better.

License

Usage is provided under the MIT License. See LICENSE for the full details.