An open API service indexing awesome lists of open source software.

https://github.com/leshaan99/gh-actions-ci-cd-pipeline

This repository contains a React Counter Application integrated with a CI/CD pipeline using GitHub Actions. The pipeline automates the process of building, testing, and deploying the application as a Docker image to Docker Hub.
https://github.com/leshaan99/gh-actions-ci-cd-pipeline

aws-ec2 ci-cd-pipeline docker-image github-actions javascript reactjs workflows

Last synced: 2 days ago
JSON representation

This repository contains a React Counter Application integrated with a CI/CD pipeline using GitHub Actions. The pipeline automates the process of building, testing, and deploying the application as a Docker image to Docker Hub.

Awesome Lists containing this project

README

          

# React Counter App with CI/CD Pipeline

This project is a simple **React Counter Application** that includes a fully automated **CI/CD pipeline** using **GitHub Actions**. The pipeline tests, builds, and deploys the application as a Docker image to **Docker Hub**.

## Features

- **React** frontend with a counter (increment/decrement).
- **CI/CD Pipeline**: Automated testing, building, and publishing to Docker Hub.
- **Dockerized**: Easily deployable using Docker.

## Docker Hub

Pull the latest Docker image

```bash
docker pull leshaan99/counter-app:latest
```