Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 450 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 450 Bytes

React Recruitment

  • state managment without using 3rd party libraries.

  • reusable custom hooks.

  • Atomic design.

  • Mocked Service Worker msw

  • storybook for component documentation

Tech Stack

  • TypeScript
  • Next.js
  • Emotion
  • Storybook
  • MSW

start

# install dependencies
yarn

# start dev on port `3000`
yarn dev

# storybook
yarn storybook