Fs
Back to Projects

react-dateslot-picker

Open-source React component library for booking reservations.

TypeScriptReact JSStorybook JSTailwindCSS

Project Demo

What I Learned

Implemented the PNPM monorepo structure to develop and separate libraries and the website, along with its configuration.

Learned about how module bundlers work on WebPack, Rollup, and Vite, including their pros and cons.

Learned how to optimize TailwindCSS for library use cases by using prefixes to prevent conflicts with existing applications.