Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 755 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 755 Bytes

My Notes

This is a simple note-taking app implemented using React Hooks and Context API. The app is hosted on https://my-notes.now.sh/

Features

  • PWA (Progressive Web App)
  • Works Offline
  • Responsive Design
  • CRUD (Create, Read, Update, and Delete)
  • Uses only functional components and React Hooks
  • Context API for state management
  • Snapshot tests
  • Unit tests
  • e2e tests

Technologies used

Dev Tools

  • Eslint for linting
  • Prettier for code formatting