A simple paste application built with React, Redux, and Tailwind CSS. This app allows users to create, update, view, and delete pastes.
- 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.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Clone the repository:
git clone https://github.com/your-username/paste-app.git
cd paste-app