React Beginner Projects 🚀
A collection of my beginner-level React projects created while learning core concepts like components, props, state, event handling, and basic UI structure. This repo helps track my progress as I build my MERN stack skills.
📂 Projects Included
Todo App – Add and delete tasks, manage daily todos
Calculator – Basic arithmetic operations
Movie Ticket Booking (Practice Project) – Simple UI structure
Gen-AI Financial Project (Experiment)
More practice apps as I learn...
🧠 What I Learned
JSX & Component structure
Props and State management
Event handling
Conditional rendering
Basic folder structure and reusable components
Using Context (in Todo App)
Styling with CSS
🛠️ Tech Stack
React JS
JavaScript (ES6)
CSS
Vite / CRA (depends on the project)
📁 How to Run Any Project cd project-folder npm install npm run dev # or npm start
🎯 My Learning Goal
To become a MERN stack developer and build real-world freelancing-ready applications.