DevSecOps-News-Web-App-Deployment

Developed a News Web App using HTML, CSS and JavaScript, implemented the DevSecOps practices for deploying on Docker and Kubernetes using Jenkins CI/CD Pipeline.

MIT License

Stars
1
Committers
1

DevSecOps-News-Web-App-Deployment Docker Image CI

This is a React app which fetches the recent news from an api and renders it on the DOM without reloading the page. I've used the concept of Async functions and react hook usestate also worked with APIs.

💻Tech Stack

How to get the project on your local machine:


  • Download or clone the repository
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
  • Go to the directory
  • Open news-app folder
  • Open the terminal and run
npm start
  • The project will be opened in the browser

Screenshots

Happy Coding!