Public Clipboard is a simple React application that allows users to manage clipboard notes.
- Clipboard Notes: Users can add, copy, and manage clipboard notes.
- React
- Firebase (Firestore for data storage)
Follow these steps to run the project locally:
- Clone the repository:
git clone https://github.com/arjuncvinod/public-clipboard.git
- Install dependencies:
cd public-clipboard
npm install
- Start the development server:
npm start