# React-Notes-App **Repository Path**: wen_wu_li/react-notes-app ## Basic Information - **Project Name**: React-Notes-App - **Description**: Refactor the Notes-App to a React app with TypeScript - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-11 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # React + TypeScript + Vite # About This App ## A Simple Notes App built with vanilla JavaScript and Local Storage. ## Current Features * User can create a new note * User can update and save an existing note (both title and body) * User can delete an existing note * User can save a note *Notes data will be saved in your browser local storage