https://github.com/haikelz/notes-app
An improvement from my previous dicoding submission: notes app
https://github.com/haikelz/notes-app
Last synced: 7 months ago
JSON representation
An improvement from my previous dicoding submission: notes app
- Host: GitHub
- URL: https://github.com/haikelz/notes-app
- Owner: haikelz
- Created: 2022-12-26T08:24:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T09:21:23.000Z (over 2 years ago)
- Last Synced: 2025-01-26T13:29:51.974Z (9 months ago)
- Language: JavaScript
- Homepage: https://notes-app-seven.netlify.app/
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
notes-app
An improvement from my previous Dicoding submission notes app
## Features
- Basic CRUD(Create, Read, Update, Delete) operation
- Delete account
- Sign in with Github, Google, or with email + password
- Sign up with email + password## Stuff
- Frontend Library: [reactjs](https://beta.reactjs.org/)
- Styling: [tailwindcss](https://tailwindcss.com/)
- State Management: [jotai](https://jotai.org/)
- Backend as a Service: [supabase](https://supabase.com/)
- Form Validation: [formik](https://formik.org/) and [yup](https://github.com/jquense/yup)