GithubHelp home page GithubHelp logo

currency-converter's Introduction

Currency converter App

Available Commands

  • Install: yarn install
  • Develop: yarn serve
  • Build: yarn build
  • Test: yarn test
  • Cypress dashboard: yarn cypress:open

Decisions

  • Client Framework: SPA with Next.JS because I wanted to leverage from converting this to a progressive web app and this framework is flexible enough to convert it to a SSR app in the future.
    • I've worked before with Next.JS and it can be flexible enough to go from a Client side rendered app to a fully server side rendered app which will make sense in further iterations.
  • For the UI library I went with Chakra UI because of accessibility and great documentation.
  • I introduce acceptance tests at an earlier stage to allow some refactoring.

Proposed Roadmap

  • Replace prop-types with Typescript.
  • Unit test logic.
  • Sync form with route.
  • Make a progressive web app
  • Cache requests
  • Make it fully offline

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.