Welcome to your MERN Stack Learning Repository! This repo will be your personal coding notebook throughout the course β from JavaScript basics to full React projects.
mern-learning/
β
βββ basic-foundations/
β βββ variables/
β βββ loops/
β βββ functions/
β βββ objects/
β
βββ assignments/
β βββ functions-basic/
β βββ callback-settimeout/
β βββ callback-setinterval/
β βββ promises-intro/
β βββ (add future topics here)
β
βββ react-js/
βββ introduction/
βββ components/
βββ useState-hook/
βββ useEffect-hook/
Rules for folder names:
- Use only lowercase letters.
- No spaces β use hyphens instead.
- Each topic or assignment goes into its own folder.
β
Example: functions-basic
β Wrong: Functions Basic, functionsBasic, functions basic
basic-foundations/ For all practice code from early JS topics β variables, loops, arrays, functions, objects, etc.
assignments/ Contains your weekly or topic-based assignments. Each assignment should be organized into a separate folder with its topic name.
react-js/ All React-related code: small apps, component practice, hooks, etc.
- Clone your repository to your local system.
- Create topic folders inside the correct section (for example, inside
assignments/). - Add your
.js,.html,.cssfiles inside the topic folder. - Save and commit your changes.
- Push them to GitHub regularly.
add callback-settimeout assignment
Keep your commits simple and clear. Avoid unnecessary text or emojis.
- Practice small snippets daily and store them inside
basic-foundations/. - Always test your code before committing.
- Keep the repo clean β one topic per folder.
- This repository will become your portfolio to showcase your progress and learning journey.
Instructor: Sundeep Dasari Batch: MERN Batch 4 Institution: Student Tribe