Closed OmkumarMangukiya closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
universal-box | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 20, 2024 11:53am |
This pull request introduces several new components and modifies existing ones in a React application. It adds routing for three new pages: Contact Us, Terms of Service, and Privacy Policy. The Footer and Header components are updated for better navigation and styling, while new UI components like Button, Card, and Input are introduced. Additionally, it removes the CardHoverEffectDemo and HoverEffect components, streamlining the application. CSS updates include a typewriter effect, and significant changes are made to the Signin and Signup components to enhance their functionality and user experience.
File Path | Change Summary |
---|---|
client/src/App.jsx |
Added routes for ContactUs , TermsOfService , and PrivacyPolicy components. |
client/src/components/Footer.jsx |
Updated to use Link from react-router-dom , restructured with Tailwind CSS for styling. |
client/src/components/Header.jsx |
Introduced dropdown for user profile options, updated navigation to use Link components. |
client/src/components/card.tsx |
Removed CardHoverEffectDemo component and associated projects constant. |
client/src/components/ui/Button.jsx |
Added new Button component for consistent styling. |
client/src/components/ui/Card.jsx |
Added new Card component for displaying features. |
client/src/components/ui/HoverEffect.tsx |
Removed HoverEffect , Card , CardTitle , and CardDescription components. |
client/src/components/ui/Input.jsx |
Added new Input component for styled input fields. |
client/src/index.css |
Added styles for a typewriter effect and associated keyframes. |
client/src/pages/ContactUs.jsx |
Introduced ContactUs component with a contact form. |
client/src/pages/Home.jsx |
Updated layout, added typewriter animation, and removed CardHoverEffectDemo . |
client/src/pages/PrivacyPolicy.jsx |
Added new PrivacyPolicy component. |
client/src/pages/Signin.jsx |
Enhanced functionality and UI for the sign-in process, using new Input and Button components. |
client/src/pages/Signup.jsx |
Updated signup form structure and validation, replacing standard elements with new components. |
client/src/pages/TermsOfService.jsx |
Added new TermsOfService component. |
ContactUs
, TermsOfService
, and PrivacyPolicy
components, while PR #122 includes a ContactForm
component that manages a contact form, which is directly related to the ContactUs
route added in the main PR.hacktoberfest-accepted
🐰 In the garden of code, new paths we weave,
With routes for the pages, oh what a reprieve!
A footer that dances, a header so bright,
With buttons and cards, our app takes flight!
So hop along, friends, to the links we adore,
For Contact, Terms, and Privacy, there’s so much in store! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Description
Type of Change
How Has This Been Tested?
Checklist
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Style