Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

41 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Full Stack Open – Repository Guide

This repo contains my solutions, notes, and projects for the Full Stack Open course. Each part has its own folder, and subfolders contain exercises or apps.


πŸ“‚ Folder Structure

full\_stack\_open/
│── part0/        # Basics of web apps
β”‚   └── notes/
β”‚
│── part1/        # React basics
β”‚   β”œβ”€β”€ courseinfo/
β”‚   β”œβ”€β”€ unicafe/
β”‚   └── anecdotes/
β”‚
│── part2/        # Communicating with server
β”‚   β”œβ”€β”€ phonebook/
β”‚   └── countries/
β”‚
│── part3/        # Node.js and Express server
β”‚   └── phonebook-backend/
β”‚
│── .../
└── README.md

πŸ”„ Updating the Repository

Always work in develop first. Once exercises are final and tested, merge into main for submission.

  1. Switch to develop: git checkout develop git pull origin develop

  2. Add and commit changes: git add . git commit -m "Part 2: Completed Phonebook step 7" git push origin develop

  3. Merge into main when final: git checkout main git pull origin main git merge develop git push origin main


πŸ“ Notes

  • Keep each part in its own folder (part0, part1, etc.)
  • Use descriptive commit messages
  • Run git status often to check changes

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages