felixknorre / react-currency-converter

web application to convert currencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency-Converter

Project-Seminar Mobile-First Javascript Development | H-BRS | WS18

This is a single-page application to convert currencies. It's created with the JS library React.

How to use

  1. Run "npm install" in the folder
  2. Run 'npm install --save react-router react-router-dom" in the folder
  3. Run "npm install --save axios" in the folder
  4. Run "npm start"
  5. Have fun

What I Learned

  • JavaScript Basics
  • Build statefull/stateless components with react
  • use the react-router to dynamically render components

About

web application to convert currencies


Languages

Language:JavaScript 66.4%Language:CSS 22.6%Language:HTML 11.0%