Cryptocurrency Exchanges 🚀

  • Built with React(create react app & TypeScript) and styled components
  • Testing implemented with Cypress
  • Linting & formatting with ESLint and Prettier

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Runs cypress tests to completion headlessly.

npm run test:open

Launches the cypress test runner.

npm run lint

Shows ESLint errors and warnings.

npm run lint:fix

Fixes ESLint problems/formats the entire codebase.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!