This app is built using React with Next.js and is styled primarily using Styled Components. Tests are written in Jest / Enzyme.

Access Live Application

This app has been deployed to both Vercel and Code Sandbox.

This app is avalaible to view on both Vercel and Code Sandbox Code Sandbox.

You can also play with the code on Code Sandbox https://codesandbox.io/s/zen-moore-7qw23?file=/pages/index.js

Getting Started

First, install all dependencies

npm install

Then run the development server:

npm run dev
# or
yarn dev

You can choose to run tests if you wish

npm run test

Open http://localhost:3000 with your browser to see the result.