This repository contains my solutions and projects from the Fullstack Open course. I'm building these as part of my learning journey in React, Node.js, and full-stack development, with a focus on scalable APIs and clean architecture.
- Part 0: Fundamentals of Web Apps - No assignments (theory on web basics)
- Part 1: Introduction to React
- Courseinfo (Completed: React components, props passing, functional JSX, data structures, manual summing, iterative refactoring, immutability, unidirectional flow)
- ... (Add more as you progress)
Each project is in its own subfolder. To run one (e.g., part1/courseinfo):
- Navigate to the folder:
cd part1/courseinfo - Install dependencies:
npm install - Start the dev server:
npm run dev - Open http://localhost:5173 in your browser.
MERN stack and Java backend developer focusing on system design, performance, and AI/ML fundamentals.
Feel free to explore or contribute!