Welcome to Part 2 of the Foodie App with Next.js & TypeScript series!
In this session, we’ll focus on setting up GitHub version control and implementing code formatting tools to ensure a professional, maintainable workflow. You’ll learn how to link your project to GitHub, configure .gitignore, and apply consistent coding standards with Prettier and ESLint.
✅ What You’ll Learn in This Video:
✔️ Initializing a Git repository and pushing to GitHub
✔️ Setting up .gitignore for Next.js and Node environments
✔️ Configuring Prettier and ESLint for clean, consistent formatting
✔️ Writing clear, standardized commit messages (feat:, fix:, chore:)
✔️ Managing branches and syncing your project with remote repositories
💡 Why This Step Matters:
🔹 Ensures reliable version control and collaboration
🔹 Maintains clean and uniform code across your team
🔹 Prevents accidental commits of sensitive or build-related files
🔹 Lays the groundwork for CI/CD and deployment processes











