Skip to content

psshrijith/NoteTakingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ React Notes App

A simple note-taking app built using React. This project helps you learn how to:

  • Build components
  • Use hooks like useState, useRef, useCallback, and useMemo
  • Pass data and actions between parent and child components
  • Handle dynamic rendering and state updates

πŸš€ Features

  • Add new notes
  • Delete existing notes
  • Component-based architecture
  • Optimized with React hooks

πŸ”§ Technologies Used

  • React (Vite or Create React App)
  • JavaScript (ES6+)
  • CSS (basic styling)

🧠 Concepts Practiced

  • useState for managing note data
  • useRef for managing focus
  • useCallback to memoize functions
  • useMemo to cache derived values
  • Props and component communication
  • Conditional rendering

About

a note taking app in order to understand useState, useMemo, useRef better

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published