Skip to content

sauravhathi/tutedude

Repository files navigation

TuteDude Desktop & Mobile Redesign

Tech Stacks

  • React
  • NextJs
  • Typescript
  • SCSS

Demo

Screenshots

Desktop

image

image

Snap Horizontal Scrolling

image

Mobile

image

image

Snap Vertical Category Scrolling

image

Installation

  1. Clone the repo

    git clone https://github.com/sauravhathi/tutedude.git
  2. Install NPM packages

    npm install
    
    # or
    
    yarn install

Usage

Run the development server

npm run dev

# or

yarn dev