Skip to content

sohrabtaee/react-crud

Repository files navigation

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