Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

mrodz/note-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mono repo for a note app

I built a note-sharing app to learn about databases, webservers, and UI/UX. This project will be archived, because I don't intend on working on it again.

Tech Stack

  • Front-End: React
  • Back-End: Express + Prisma ORM
  • Deployment: Docker

Build Info

Instructions found in powershell script start.ps1.

UI Snapshots:

Sign Up Page

signup-1

Dashboard

dashboard

New Document

createdoc

Editing

doc

Sharing

share1

Sharing (Success)

share2

Sharing (from another Dashboard)

mateo-share1

Sharing (viewing the document as guest)

mateo-share2

View document info (Ability to rename, delete a document)

rename+info

View documents others have shared with you

view-shared

Search for a document

filter

Click the profile icon and click on the dropdown menu to sign out

logout