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.
- Clone this repository
git clone https://github.com/DanielGiljam/ia-2-008-0-exchange-rates.git
- Run
npm install
(in the root of the repository)
cd ia-2-008-0-exchange-rates
npm install
- Start the development server by running
npm run dev
npm run dev
- Go to http://localhost:3000 in your web browser
- Responsive UI
- Elegant UX
- Virtualized autocomplete field for selecting cryptocurrency
- 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
)
- Can be deployed as a static website (see
- Statically analyzable
- Source code is written in TypeScript
- Strict code quality standards
- Consistent style and best practices are enforced by ESLint in combination with Prettier
- The ESLint configuration extends JavaScript Standard Style
- 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
- Delightful developer experience
- Powered by React
- Powered by Material-UI