An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# COPY

My First Full stack app

## Screenshots

![App Screenshot](https://raw.githubusercontent.com/AFZL210/React-Clipboard/master/media/screen1.PNG)

## 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
```