Skip to content

JayeshBadgujar18/Notes-Saver-App

Repository files navigation

paste-App

A lightweight pastebin-style frontend built with React, Vite, Tailwind CSS and Redux Toolkit. Use this project to create, view, and manage simple text "pastes" locally in the browser.

Features

  • Create and view pastes using the UI components in src/components
  • Global state management with Redux Toolkit (redux/pasteSlice.js)
  • Tailwind CSS for styling
  • Fast development with Vite and HMR

Tech stack

  • React + Vite
  • Tailwind CSS
  • Redux Toolkit

Quick start

  1. Install dependencies
npm install
  1. Start the development server
npm run dev

Open http://localhost:5173/ in your browser.

Live demo

The app is deployed on Vercel: https://notes-saver-app-seven.vercel.app/

  1. Build for production
npm run build
  1. Preview the production build
npm run preview

Project structure

Usage

  • Create a new paste from the Home page form.
  • Browse existing pastes in the Pastes view and open them with Viewpastes.

Troubleshooting

  • If you see dependency warnings after npm install, run npm audit and npm audit fix to apply fixes where safe.
  • If the dev server doesn't start, ensure no other process is using port 5173, or run npm run dev -- --port 5174 to change the port.

Contributing

Contributions and improvements are welcome. Open an issue or submit a PR.

License

MIT

About

This is Notes saver app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors