Skip to content

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Keep React Clone

A Google Keep Clone application built with React that allows users to create, view, and manage their notes. This application utilizes local storage to persist notes between sessions and CUID for generating unique IDs for each note.

Features

  • Create Notes: Easily add new notes with a title and text.
  • View Notes: Display a list of all created notes.
  • Local Storage: Automatically saves notes in the browser's local storage, allowing you to access them even after refreshing the page.
  • Unique IDs: Each note is assigned a unique identifier using the CUID library to ensure no ID collisions.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • CUID: A library for generating unique IDs.
  • CSS: For styling the application.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/itsleonbro/google-keep-react
  2. Navigate into the project directory:
    cd google-keep-react
  3. Install dependencies:
    npm install
  4. Run the application:
    npm start
  5. Open your browser and go to http://localhost:3000.

About

A Google Keep clone built with React that allows users to create, view, and manage notes with persistent storage using local storage and unique IDs via CUID.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages