From 3792478151acb8cb2bb9bcea9b55bdf47d99358e Mon Sep 17 00:00:00 2001 From: praptisharma28 <123169861+praptisharma28@users.noreply.github.com> Date: Thu, 1 Feb 2024 02:05:08 +0530 Subject: [PATCH] additions --- React-Password-Generator-master/README.md | 51 ++++++++++++++++++----- 1 file changed, 41 insertions(+), 10 deletions(-) diff --git a/React-Password-Generator-master/README.md b/React-Password-Generator-master/README.md index 0c4143cab..01e052790 100644 --- a/React-Password-Generator-master/README.md +++ b/React-Password-Generator-master/README.md @@ -1,15 +1,46 @@ # React-Password-Generator -This is React app that generates passwords based on users requirements -Annotation-2020-08-04-150736 +## Video Demo -## Technologies used -* React JS -* Parcel-bundler -* Base UI +[![Video Demo](https://www.youtube.com/watch?v=WEU9jhG0hSE/0.jpg)](https://www.youtube.com/watch?v=WEU9jhG0hSE) + +## Tech Stack + +- React +- HTML +- CSS +- JavaScript +- Parcel-bundler +- Base UI + +## Cloning the Repository + +Clone the repository using the command below: + +```bash +git clone https://github.com/Kritika30032002/ReactCreations.git +``` + +Move into the directory where we have the project files: + +```bash +cd ReactCreations\React-Password-Generator> +``` ## How to use? -* Clone the Repo -* npm install -* npm dev (development server) -* npm build (output in dist folder) + +* Install dependencies +```bash +npm install +``` + +* Start development server +```bash +npm run dev +``` + +* Build for production (output in dist folder) +```bash +npm run build +``` +⚠ Then, the development server will be started at http://127.0.0.1:5173/ \ No newline at end of file