/public-clipboard

Public Clipboard is a simple React application that allows users to manage clipboard notes.

Primary LanguageJavaScriptMIT LicenseMIT

Public Clipboard App

Public Clipboard is a simple React application that allows users to manage clipboard notes.

Live demo

image

Features

  • Clipboard Notes: Users can add, copy, and manage clipboard notes.

Technologies Used

  • React
  • Firebase (Firestore for data storage)

Getting Started

Follow these steps to run the project locally:

  1. Clone the repository:
   git clone https://github.com/arjuncvinod/public-clipboard.git
  1. Install dependencies:
cd public-clipboard
npm install
  1. Start the development server:
npm start