Saw this interesting challenge from the folks over at https://reactpractice.dev
This repo contains my free versions of solutions for the challenges on the calendar react-practice-calendar.pdf
Click here to preview the app deployed on vercel
- React (with Hooks)
 - Vite
 - Tailwind
 
For an online sandbox environment, open this repository on stackblitz
Alternatively, follow the below steps to run this locally.
Prerequisite Node 20+
- Clone the repo and install packages
git clone https://github.com/ashvinpanicker/react-practice-calendar cd react-practice-calendar npm install - Run the development server
npm run dev
 
