SteveSchilz / ReactCurrencyConverter

This is a challenge from the Udemy ultimate react course by Jonathan Schmedtmann

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT Online Currency Converter

This simple react program uses the Frankfurter.app Online Currency Converter to peform curency conversions.

This app was constructed as part of the Ultimate React Course on Udemy.com by Jonas Schmedtmann

React Features Demonstrated

Demonstrates basic React Features Including:

  • React Components
  • useState to save local state for the app
  • useEffect hook to fetch the converted values, with error handling

Setup and Running

In order to run this app you will need the following

  1. Install Node.js for local development.
  2. run npm install in the app folder
  3. run npm start in the app folder
  4. open a local browser at http://localhost:3000

Create-React-App Readme

This app was bootstrapped using npx create-reac-app@5 projectNameThe default readme for react apps is found at Readme-React.md

Markdown Syntax

This file is a Markdown file, which is a plaintext file that can be rendered into HTML and is capable of containing hyperlinks, images, tables and other formatting syntax. See the GitHub Document Writing page for more information.

About

This is a challenge from the Udemy ultimate react course by Jonathan Schmedtmann

License:MIT License


Languages

Language:JavaScript 71.0%Language:HTML 20.6%Language:CSS 8.4%