A comprehensive repository for learning full-stack web development using the MERN (MongoDB, Express.js, React, Node.js) stack. This repository will serve as a centralized hub for code examples, projects, notes, and resources related to MERN stack development.
I created a series of simple yet functional JavaScript projects to refresh my learning and build foundational skills. These projects demonstrate practical implementations of core JavaScript concepts, DOM manipulation, API integration, and more. Check them out below:
-
- A classic to-do app that stores data in the browser's local storage, ensuring persistence across sessions.
-
- Fetches real-time weather data using an API, displaying temperature, humidity, and more.
-
- A basic e-commerce prototype showcasing product listings and a functional shopping cart.
-
- Tracks income and expenses, dynamically updating the balance.
-
- A quiz application with dynamic question rendering and score calculation.
- To refresh core JavaScript skills.
- To explore practical applications of DOM manipulation.
- To practice API integration and local storage usage.
Feel free to explore and suggest improvements!
- Twitter: @heyiamsaksham
- GitHub: @wayiam
Let me know what you think of these projects! 😄