herberthk / cryptop-application

Home Page:https://cryptop-application.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://cryptop-application.vercel.app


Languages

Language:TypeScript 97.2%Language:JavaScript 2.4%Language:CSS 0.5%