Skip to content

Commit

Permalink
Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalBhat55 committed Oct 4, 2023
1 parent 0a30612 commit ad418d1
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
Password Gen App
# Password Generator

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/yourusername/password-generator/CI-CD?label=CI%2FCD)

This is a simple Password Generator application built with React and integrated with GitHub Actions for Continuous Integration and Continuous Deployment (CI/CD).

## Table of Contents

- [Features](#features)
- [Demo](#demo)
- [Installation](#installation)
- [CI/CD with GitHub Actions](#cicd-with-github-actions)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Features

- Generate secure and random passwords.
- Customize password length and complexity.
- Copy generated passwords to your clipboard.
- Built with React for a responsive and interactive user interface.

## Demo

You can try the live demo of the Password Generator app here: [Live Demo](https://password-gen-app-black.vercel.app/)

## Installation

1. Clone the repository to your local machine:

```bash
git clone https://github.com/yourusername/password-generator.git

0 comments on commit ad418d1

Please sign in to comment.