Skip to content

ogusti/currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Start

Make sure you have all the system dependencies before proceeding.

# Make a copy of this project
$ git clone https://github.com/ogusti/revolut-task
$ cd revolut-task

# Install project dependencies
$ yarn

# Development server
$ yarn start # Opens browser at http://localhost:3000

# Development test watcher
$ yarn test --watchAll

System Dependencies

name minimum version
git 2.0.0
node 12.0.0
yarn 1.0.0

To Do List

  • Accessibility
  • Animations
  • Better perfomance
  • Full test coverage
  • Responsive layout
  • Typescript