PH Assignment 09 is a React-based web project that integrates Firebase authentication, animations, and interactive UI components. It provides a smooth user experience with real-time updates, notifications, and dynamic content rendering.
- React
- React Router DOM
- Firebase
- AOS (Animate on Scroll)
- React CountUp
- React Toastify
- User Authentication: Firebase-based login & signup system.
- Smooth Animations: AOS for scroll-based animations.
- Dynamic Counters: React CountUp for animated number counting.
- Real-Time Notifications: React Toastify for toast messages.
- Navigation System: React Router DOM for seamless routing.
aos(for scroll animations)firebase(for authentication & storage)react(UI library)react-dom(DOM bindings for React)react-countup(for animated number counters)react-router-dom(for client-side routing)react-toastify(for notifications)
- Clone the repository:
git clone https://github.com/your-username/ph_assiment_09.git cd ph_assiment_09