Skip to content

msavic248/vite-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users can login with Google and create, read, update and delete (CRUD) their own notes. This application was created using React and the tools / libraries below:

  • Vite as the build tool / development enviroment.
  • Supabase for storing notes and user authentication.
  • Vercel for deployment through GitHub.
  • react-router

What I learned

  • Supabase's database and authentication
  • Configuring authentication with Google
  • React Router v6 for a SPA