Skip to content

Noteify - a web app for easy note-taking, built using React and Tailwind CSS.

License

Notifications You must be signed in to change notification settings

jayantghadge/noteify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noteify

Noteify is a notes web application built using React and Tailwind CSS.

About

Noteify offers a fast and efficient way to create, search, delete and download notes, with a clean and minimalistic user interface. It utilizes local storage to automatically save notes, ensuring that user data is never lost even when exiting or refreshing the browser.

Installation

To install and run Noteify on your local machine, follow the steps below:

  1. Clone the repository to your local machine:
git clone https://github.com/jayantghadge/noteify.git
  1. Navigate to the project directory:
cd noteify
  1. Install the required dependencies using npm:
npm install
  1. Start the development server:
npm start

Usage

Once the development server has started, Noteify will open in your default browser at http://localhost:3000/. You can create a new note by clicking on the "Add Note" button and typing in the note text. Notes are automatically saved as you type, so there's no need to worry about losing your work.

To search for a note, simply type in the search bar located at the top of the note list. To delete a note, click on the trash can icon next to the note.

Key Features

  • Create new notes
  • Search for existing notes
  • Delete notes
  • Automatic saving of notes in local storage
  • Clean and modern user interface
  • Download notes in JPG format

Contributing

If you'd like to contribute to noteify, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  3. Commit your changes and push to your fork:

    git commit -m "Add your feature"
    git push origin feature/your-feature-name
  4. Open a pull request on the original repository.

Languages and Tools

Python Python Python Javascript VS Code

About

Noteify - a web app for easy note-taking, built using React and Tailwind CSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published