You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains my React practice projects, assignments, and code snippets completed as part of the NxtWave MERN Stack Development Program. It demonstrates my learning journey and practical understanding of React concepts.
Nxt Watch is a React-based video streaming application inspired by YouTube. It features user authentication, protected routes, and dynamic video browsing across categories like Trending, Gaming, and Saved Videos. The app supports video playback with interactive controls, theme toggling, and responsive design, delivering a rich multimedia experience
Explore fundamental backend development concepts with Express.js through these simple API examples. Each project showcases routing, middleware, and database interaction with SQLite.
PantryPal Pro helps the user to scan the fridge and give them recipes which will be based on the ingrediants they have. It also have a lot of other features which I suggest to go and check it out. Pantry Pal Pro is a Minimum Viable Product (MVP) made during an mega workshop conducted by Nxtwave.
Developed custom wikipedia search application where user can search and view curated results and can see detailed explanation in wikipedia by clicking on the specific result. Users can navigate to different pages
The 'componentDidMount' method initializes the clock, 'componentWillUnmount' clears resources, and 'render' handles UI rendering. These lifecycle methods are vital in managing React components effectively.