Skip to content

baskvava/react-epic

Repository files navigation

React Epic PRs Welcome

Demo for how to create common react components from scratch? Built by Next.js and Tailwind css

Demo

The benefits to try as much as possible without using library from outside.

  • Practice and deeply understand how it works.

  • Learn components system design.

Components

  • Calendar

  • Carousel

  • Switch Button

  • Select

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000/react-epic with your browser to see the result.