Skip to content

Jschles1/quicknote

Repository files navigation

QuickNote

QuickNote is a single page application I built to familiarize myself with the T3 Stack.

Users can create, update and delete notes using a rich text editor. Notes can be flagged by the user to be starred, archived, or trash.

QuickNote Editor

Users can then sort their notes by these flags.

QuickNote Home Page

App design is inspired by Nulis Notes App design by Rayfan Tio Saputro.

Visit the live website here.

Technologies Used

Supported Authentication Methods

QuickNote currently only supports Google authentication for user sign up and login. More authentication methods are planned to be added in the future.

Post MVP TODO

  • Dark mode
  • End to end and integration testing
  • Editor updates
    • Implement new editor in place of Quill
  • Interactive tutorial for new users
  • Add more authentication options