/ia-2-008-0-exchange-rates

A web app that shows exchange rates for cryptocurrencies. Made in the course "Visualisering av information (2019-20) (IA-2-008 (0))" at Arcada University of Applied Sciences.

Primary LanguageTypeScriptMIT LicenseMIT

IA-2-008 (0) Exchange Rates

A web app that shows exchange rates for cryptocurrencies.

Made in the course "Visualisering av information (2019-20) (IA-2-008 (0))" at Arcada University of Applied Sciences.

Get started

  1. Clone this repository
git clone https://github.com/DanielGiljam/ia-2-008-0-exchange-rates.git
  1. Run npm install (in the root of the repository)
cd ia-2-008-0-exchange-rates
npm install
  1. Start the development server by running npm run dev
npm run dev
  1. Go to http://localhost:3000 in your web browser

Features

  • Responsive UI
  • Elegant UX
  • Virtualized autocomplete field for selecting cryptocurrency

Technical Details

  • Accessibility
    • Semantic HTML
    • ARIA attributes for supporting screen readers on custom elements
    • Keyboard navigation support
  • Static
    • Can be deployed as a static website (see next export)
  • Statically analyzable
  • Strict code quality standards
  • Powered by Next.js
    • Delightful developer experience
      • Clean source code repository structure
      • Hot code reloading development server
    • Production-grade webpack pipeline
      • Tree-shaking
      • Code-splitting
  • Powered by React
  • Powered by Material-UI