Skip to content

Simple private notes created with react + firebase

License

Notifications You must be signed in to change notification settings

hayyi2/notule

Repository files navigation

Notule

Simple private notes created with react + firebase.

Project ini hanya project just for fun, project ini aku gunakan untuk mempelajari react dan firebase.

Firebase role dan index ada di repository notule-firebase

Getting Started

git clone https://github.com/hayyi2/notule.git new-project
cd new-project
npm install
npm run dev

Setting firebase config di src/config/firebase.ts

Getting Done

MVP

Mempelajari basic auth dan crud data.

  • Firebase auth
  • Firebase crud notes
  • Penambahan loading menampilkan halaman terautentikasi atau belum terautentikasi
  • Penambahan loading sebelum menampilkan list/empty
  • Pesan sukses login

Next

Mempelajari crud related data.

  • Firebase crud tags
  • Firebase share note or tag
  • Firebase crud comments

License

This project is licensed under the MIT License. See the LICENSE file for details.