Introduction
  • What is Continuous Integration and Continuous Deployment?
Git and Github
  • initializing, staging, committing and publishing git repository
Deploying React app to Github page
  • Deploying React app to Github page
CI/CD with Github Actions
  • Writing Github Action workflow
Building React App: Todo App
  • Setup Environment
  • Adding Bootstrap
  • Creating Todo app template using Bootstrap
  • React State and onChange event
  • onSubmit event
  • Rendering a List
  • Adding todo items
  • Passing methods as props
  • Deleting todo items
CI/CD: Todo App
  • Setup: Git, Github and Github Actions