Netlify Deployed Link - https://celebrated-liger-6f2d4c.netlify.app/
This is a responsive web design project, developed using React, while using Daisy UI (Tailwind) for styling purpose.
This is developed by considering the mobile responsiveness, for the following screen size.
- sm : 375px
- md : 768px
- lg : 1200px
- xl : 1440px
- Visual Studio Code or any other code editor
- Clone the repository:
git clone <repository-url> cd frontend-web
- Install Dependencies
npm i
- Run App:
npm run start
