https://github.com/afzl210/react-clipboard
Simple online clipboard/text sharing web app made with react
https://github.com/afzl210/react-clipboard
clipboard react reactjs
Last synced: 3 months ago
JSON representation
Simple online clipboard/text sharing web app made with react
- Host: GitHub
- URL: https://github.com/afzl210/react-clipboard
- Owner: AFZL210
- Created: 2022-11-20T13:27:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-25T12:34:31.000Z (over 3 years ago)
- Last Synced: 2024-12-27T20:29:55.639Z (over 1 year ago)
- Topics: clipboard, react, reactjs
- Language: JavaScript
- Homepage: https://react-clipboard.vercel.app/
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COPY
My First Full stack app
## Screenshots

## Run Locally
Clone the project
```bash
git clone https://github.com/AFZL210/React-Clipboard.git
```
Go to the project directory
```bash
cd my-clipboard
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm start
```