Skip to content

Instantly share code, notes, and snippets.

# GitHub Actions CI/CD Setup
The application is built using the MERN stack, which includes MongoDB, Express.js, React, and Node.js. Using a fully functional Tech Quiz app as a base, I will implement Continuous Integration (CI) and Continuous Deployment (CD) practices. These are standard approaches to maintaining code quality, ensuring consistency, and automatically deploying the latest code once it passes all checks and is merged into the main branch.
## GitHub Actions Workflow
- **CI Phase**
- Trigger: On push or PR to `main`
- Runs: ESLint, tests via Cypress, build checks