Sayan-Maity / Cypherock-Tutorial

Task Given be 'Cypherock' as a home-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

cypherock.com/frontend-assignment

This dashboard is made using ReactJS and CSS

  Go through all the images below to have a clear idea about the Frontend or UI of the Dashboard  

image1

image7

image2

image3

image4

image5

image6

๐Ÿ›  Installation & Set Up

  1. Install all the Node Modules and dependencies

    npm install 

    Dependencies used here are -->

    { 
      react-router-dom : "^5.3.3",
      react-player : "^2.10.1",
      bootstrap-icons : "^1.8.3",
      react-icons : "^4.4.0",
      nodemon : "^2.0.16"
     }
  2. Start the development server

    npm start

๐Ÿš€ Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

About

Task Given be 'Cypherock' as a home-assignment


Languages

Language:JavaScript 58.3%Language:CSS 38.5%Language:HTML 3.3%