Skip to content

A currency converter web app built with React, Redux, and Redux Thunk that uses an open source currency API for live data.

License

Notifications You must be signed in to change notification settings

pushbots/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

A simple currency converter web app built with React, Redux, and Redux Thunk that uses an open source currency API for live data.

See it here

Getting Started

Download, clone, or fork the repo. Using Terminal or Command Prompt navigate to the currency-converter directory.

  • npm update --save to update all dependencies
  • npm update --save-dev to update all devDependencies
  • npm start to run local server
  • npm run dev to build the project in development mode (compiles in dist directory)
  • npm run build to build the project in production mode (compiles in dist directory)
  • npm test to run Jest tests
  • npm test:watch to use Jest to watch

Prerequisites

  • Node.js (with NPM)

Built With

License

This project is licensed under the MIT License - see LICENSE file for details

TODO

  • Add progressive enhancements (score 100 on Lighthouse PWA audit)

About

A currency converter web app built with React, Redux, and Redux Thunk that uses an open source currency API for live data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published