Getting Started

Clone the project to your local machine

  git clone https://github.com/herberthk/cryptop-application.git

Install dependencies by running the following command

npm install

Create .env file in root directory, add environment variables found in .env.example and provide values to them.

Generate environmental variables typings

yarn gen-env

# or

npm run gen-env

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Tech-stack

  • Nextjs/React
  • Typescript
  • Material UI
  • Framer-motion
  • Chartjs
  • react-toastify
  • Redux-toolkit/RTK-query

Desktop preview

Desktop version

Mobile preview

Mobile version