
E-commerce App using ReactJS
Features / Fucntionaility:
- - Fetches products dynamically using API with async/await
- - Implements Single Page Application (SPA) for seamless navigation
- - Utilizes local storage to persist user data and preferences
- - Efficient API fetching for real-time updates
- - Incorporates third-party libraries like
react-loader-spinner
for loading animations - - Uses
react-router-dom
for efficient client-side routing

Movie Database App using ReactJS
Features / Fucntionaility:
- - Fetches movie data dynamically using an external API with
async/await
- - Implements Single Page Application (SPA) for seamless navigation and user experience
- - Displays detailed movie information (e.g., overview) in an expandable card upon selection
- - Efficient API integration for real-time updates and smooth data fetching
- - Responsive and user-friendly interface designed to enhance movie browsing experience

Portfolio Website using ReactJS
Features / Fucntionaility:
- - Implements Single Page Application (SPA) for seamless navigation
- - Uses
react-router-dom
for efficient client-side routing

Simple ToDo Web App using Vanilla JavaScript
Features / Fucntionaility:
- - This is a to-do web app built using JavaScript and HTML/CSS.
- - It includes local storage functionality for saving tasks persistently.
- - Theme-changing functionality allows users to switch between light and dark modes.