Skip to content

FSWebDevBook/speedscore-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Speedscore

This repository contains the code for the SpeedScore personal speedfgolf app developed in the book Full Stack Web Development from the Ground Up (first edition) by Chris Hundhausen. (c) 2022 Morgan Kaufmann.

The code in each chapter is developed in a feature branch named after the chapter (e.g., 'ch2')

Since the book's development of SpeedScore is cumulative, each chapter's feature branch is merged into the main branch, so that the main branch contains the final software product that emerges from the book's development activities.

Tagged code snapshots take the project from its initial state through its final state, following the development progression in the chapter's featured code blocks. To follow along with a chapter, you can

  • check out the feature branch associated with the chapter, e.g., git checkout -b ch2, which shows you the final state of the code at the end of the chatper), or
  • view the code at a specific point in the chapter by checking out a tagged version of the code referenced in the chapter, e.g., git checkout -b ch2s1. Git tags are used to name each chapter's snapshots sequentially as chxsy, where x is the chapter number and y is the snapshot number. Snapshots start at 0 for each chapter.

For detailed instructions on how to get the most out of the book's companion code, please see Box 2.1 ("Exploring the Book's Code Using Git, GitHub and VSC") in Chapter 2.

About

This the author's sandbox repo for the SpeedScore personal speedgolf app developed in the book.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages