shivamchhapola / TextShare

Text Sharing website with full fledged rich text editor made with Next.js

Home Page:https://textshareapp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TextShare

TextShare, a Text Sharing website with full-fledged rich text editor built using Next.js, Redis, Vercel and Github. It provides users with a familiar UI, Toggleable full screen(just the editor) and with just two clicks you can share your text to anyone you want.

πŸš€ Features

  • Full Fledged Rich Text Edior
  • Familiar UI
  • Full Screen(Just the editor)
  • 2 Click Text Sharing

πŸ“š Installation

  1. Clone the repository:
git clone https://github.com/shivamchhapola/TextShare.git
  1. Navigate to the project directory:
cd TextShare
  1. Install the dependencies using npm or yarn:
npm install
  1. Configure the environment variables: Rename the .env.example file to .env. Update the necessary environment variables.

  2. Start the development server:

npm run dev
  1. Open your browser and visit http://localhost:3000

πŸ› οΈ Technologies Used

  • Next.JS
  • Redis
  • Vercel
  • Github

πŸ’‘ Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please open an issue or submit a pull request.

πŸ“ License

This project is licensed under the MIT License.

⬛ Screenshots

  • Homepage Homepage

  • Fullscreen Editor Fullscreen

  • Read/Open Text Read Text

About

Text Sharing website with full fledged rich text editor made with Next.js

https://textshareapp.vercel.app

License:Other


Languages

Language:JavaScript 76.4%Language:CSS 23.6%