Skip to content

weijiezhang-star/oshinyan-frontend

Repository files navigation

推しニャンサイト(Frontend)

Copy of Fullstack Twitter Clone (8)

推しニャンは『 お気に入りの看板猫が探せる!推せるサイト』 です

Features:

  • Tailwind and MUI design
  • Tailwind animations and effects
  • Full responsiveness
  • Favorites system
  • How to write POST and DELETE routes in route handlers (app/api)
  • Swiper for carousel
  • redux-toolkit
  • TypeScript
  • react-tabs
  • react-helmet
  • react-ga
  • react-notifications-component
  • lazysizes for image lazy loading
  • craro

Prerequisites

Node version 20.x

Cloning the repository

git clone https://github.com/weijiezhang-star/oshinyan-frontend

Install packages

npm i or yarn install

Setup .env file

PORT=

Start the app

npm run start