Code Monkey home page Code Monkey logo

note-store's Introduction

Note Store

Project Description: This project is a note-taking application that allows users to store notes with tags. It is built using React and uses Vite as the bundler. The application incorporates React Select for tag selection, Bootstrap, and React-Bootstrap for styling, and utilizes local storage to store notes persistently.

Features

  • Note Storage: Users can create, edit, and delete notes. Notes are stored locally using local storage, ensuring data persistence even after the user closes the application.
  • Tagging System: Notes can be tagged for better organization and quick access. Users can assign multiple tags to each note.
  • User-Friendly Interface: The application has an intuitive and user-friendly interface, making it easy for users to manage their notes and tags effectively.
  • Responsive Design: The application is designed to be responsive and can be accessed on various devices, including desktops, tablets, and smartphones.
  • Easy Customization: Developers can easily customize the application further or integrate additional features as per their requirements, thanks to the modular and scalable React architecture.

Technologies Used

  • React and TypeScript: The project is built using React, a popular JavaScript library for building user interfaces, with TypeScript adding static types for enhanced code quality.
  • Vite: Vite is used as the bundler for this project, providing fast and efficient building and bundling of the application.
  • React Select: React Select is utilized for creating interactive and customizable dropdown menus for tag selection.
  • Bootstrap and React-Bootstrap: Bootstrap, along with React-Bootstrap components, is used for styling the application, ensuring a clean and modern look.
  • Local Storage: The application utilizes local storage to store notes, ensuring that user data is persisted across sessions.

Installation

To run this project locally, follow these steps:

  1. Clone the Repository:

    • git clone
    • cd project-folder
  2. Install Dependencies:

    • npm install
  3. Start the Development Server:

    • npm run dev
  4. Open in Browser: Open your browser and navigate to http://localhost:3000 to view the application.

Usage

  1. Creating a Note:
  • Click on the "New Note" button to create a new note.
  • Enter the note content and assign relevant tags using the dropdown menu.
  • Click "Save" to save the note. The note will be stored locally.
  1. Editing a Note:
  • Click on an existing note to edit its content and tags.
  • Click "Save" after editing to save the changes.
  1. Deleting a Note:
  • Click on the "Delete" button next to a note to delete it permanently.
  1. Tagging Notes:
  • While creating or editing a note, use the dropdown menu to select one or more tags for the note.

License

This project is licensed under the MIT License.


Feel free to customize the README as per your specific project details and requirements. Good luck with your project!

note-store's People

Contributors

nikhil8847 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.