Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 591 Bytes

File metadata and controls

31 lines (20 loc) · 591 Bytes

Paste App

A simple paste application built with React, Redux, and Tailwind CSS. This app allows users to create, update, view, and delete pastes.

Features

  • Create new pastes with a title and content.
  • Update existing pastes.
  • View the content of a paste.
  • Delete pastes.
  • Search pastes by title.
  • Copy paste content to clipboard.
  • Share pastes.

Project Structure

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/your-username/paste-app.git
cd paste-app