brenoxav / currency

A mobile web single-page application to check the daily exchange rate of the world's currencies. It makes use of React, Redux, and a currency API.

Home Page:https://currency-x.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency

Microverse's React capstone project

screenshot screenshot

A mobile web single-page application to check the daily exchange rate of the world's currencies. It makes use of React, Redux, and a currency API.

Built With

  • HTML & CSS
  • JavaScript
  • React
  • Redux
  • API

Live Demo

Check out a live demo of this project by clicking here.

Getting Started

To get a local copy up and running follow these steps.

Prerequisites

Setup

  1. Download or clone the repository's contents.
  2. Go to the project's root directory.
cd currency
  1. Install all the dependencies:
npm install

Install

You can either build a local production version of the project or open it directly on a server in development mode.

Build

  1. To build and open a production version of the app run the command:
npm run build
  1. Then open dist/index.html in you preferred browser.

Start Development Server

  1. To open the app in development mode on dev-server run:
npm start
  1. Then go to http://localhost:3000/ in you preferred browser.

Build

  1. To build and open a production version of the app run the command:
npm run build
  1. Then open dist/index.html in you preferred browser.

Start Development Server

  1. To open the app in development mode on dev-server run:
npm start
  1. Then go to http://localhost:8080/ in you preferred browser.

Test

To execute the included test cases, run:

npm test

Author

👨‍💻 Breno Xavier

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

A mobile web single-page application to check the daily exchange rate of the world's currencies. It makes use of React, Redux, and a currency API.

https://currency-x.netlify.app/


Languages

Language:JavaScript 69.3%Language:CSS 21.1%Language:HTML 9.6%