This is a simple note-taking app implemented using React Hooks and Context API. The app is hosted on https://my-notes.now.sh/
- 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
- React
- Next.js
- Tailwind CSS
- Jest and React Testing Library for unit tests and snapshot tests
- Cypress for e2e tests
- Eslint for linting
- Prettier for code formatting