An open API service indexing awesome lists of open source software.

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

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)