Skip to content
/ To-Do Public

react-based ToDo app integrated with a CI/CD pipeline using GitHub Actions. The workflow automates the build and deployment process, ensuring the app is automatically deployed to GitHub Pages on every push to the main branch.

License

Notifications You must be signed in to change notification settings

Gayan-98/To-Do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App with CI/CD Pipeline

A simple ToDo app built with React and integrated with a CI/CD pipeline using GitHub Actions. The app is automatically deployed to GitHub Pages whenever changes are pushed to the main branch.

CI/CD Workflow

The CI/CD pipeline automates the build and deployment process to GitHub Pages whenever changes are pushed to the main branch.

Workflow Steps

Build and Deploy

Whenever there is a push to the main branch, the workflow triggers a build job and deploys the app:

Getting Started

Prerequisites

  • Node.js and npm should be installed.

Live

Access the live ToDo app here.

Installation

git clone https://github.com/Gayan-98/To-Do.git
cd todo
npm install
npm start

About

react-based ToDo app integrated with a CI/CD pipeline using GitHub Actions. The workflow automates the build and deployment process, ensuring the app is automatically deployed to GitHub Pages on every push to the main branch.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published