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.
The CI/CD pipeline automates the build and deployment process to GitHub Pages whenever changes are pushed to the main
branch.
Whenever there is a push to the main
branch, the workflow triggers a build job and deploys the app:
- Node.js and npm should be installed.
Access the live ToDo app here.
git clone https://github.com/Gayan-98/To-Do.git
cd todo
npm install
npm start