NextJS Logo

welcome to

Crypto Alert

A small summary of the app:

  1. It is built with NextJS and Tailwind CSS
  2. The core of communicating with 3rd party integration: WebSocketContext
  3. For handling incoming data by the provided criteria, a separate thread used in a Worker
  4. Cucumber + Cypress used for E2E testing, Component testing implemented with Cypress
  5. Two custom CI/CD jobs are set up for linting and testing the app, Vercel used for deploying the app