Full-Stack-Blood-Bank-App (REACT.js, Tailwind CSS and Ant Design, complex Mongo Db queries like aggregation, grouping )
1. Using Vite Template for fast performance
$ npm create vite@latest
2. Using AntD purely for component purpose
$ npm install antd --save
3. Using Tailwind CSS for styling
$ npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p