Snap Notes is a web application built with Next.js that allows users to create, store, manage, and share notes. The application provides two types of notes: public notes and private notes, giving users the option to control the visibility of their notes. This README provides an overview of the project and instructions for setting up and running the frontend application.
Snap Notes offers the following key features:
The Snap Notes frontend is built using the following technologies:
Follow the instructions below to set up the Snap Notes frontend on your local machine.
git clone https://github.com/lakshaykamat/snap-note.git
cd snap-note
npm install
# or
yarn
npm run dev
#or
yarn dev
Open your web browser and go to http://localhost:3000
to access the Snap Notes application.
Sign up or log in to your account to start creating and managing notes.
Snap Notes is an open-source project, and contributions are welcome! If you find a bug, have an enhancement suggestion, or want to add new features, feel free to open an issue or submit a pull request.
Before making significant changes, please discuss your ideas in the project's issue tracker to ensure they align with the project's goals.
This project is licensed under the MIT License.
Thank you for using Snap Notes! If you have any questions or need assistance, please feel free to reach out to us or create an issue in the repository. Happy note-taking!