diff --git a/React-Password-Generator-master/App.js b/React-Password-Generator-master/App.js
new file mode 100644
index 000000000..520e138d3
--- /dev/null
+++ b/React-Password-Generator-master/App.js
@@ -0,0 +1,17 @@
+import React from "react";
+import { Client as Styletron } from 'styletron-engine-atomic';
+import { Provider as StyletronProvider } from 'styletron-react';
+import Nav from "./nav/Nav";
+import Main from "./main/Main";
+const engine = new Styletron();
+
+const App = () => {
+ return (
+
+
+
+
+ );
+};
+
+export default App;
\ No newline at end of file
diff --git a/React-Password-Generator-master/README.md b/React-Password-Generator-master/README.md
new file mode 100644
index 000000000..01e052790
--- /dev/null
+++ b/React-Password-Generator-master/README.md
@@ -0,0 +1,46 @@
+# React-Password-Generator
+
+## Video Demo
+
+[![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?
+
+* 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
diff --git a/React-Password-Generator-master/index.html b/React-Password-Generator-master/index.html
new file mode 100644
index 000000000..7c3ea48ca
--- /dev/null
+++ b/React-Password-Generator-master/index.html
@@ -0,0 +1,27 @@
+
+
+