Currency Dash

What is inside?

This project uses lot of stuff as:

  • Tailwind CSS
  • TypeScript
  • SWR
  • Jest
  • React Testing Library
  • Eslint
  • Prettier
  • Husky
  • ChartJS

Getting Started

First install the dependencies

npm install

Then run the development server

npm run start

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

Commands

  • start: runs your application on localhost:3000
  • build: creates the production build version
  • lint: runs the linter in all components and pages
  • test: runs jest to test all components
  • test:watch: runs jest to test all components in watch mode