Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 575 Bytes

dailyLog.md

File metadata and controls

23 lines (15 loc) · 575 Bytes

Description

This file consists the log of project progression over multiple days highlighting what was accomplished each day.

Daily Log

Day 1

  • Initiated Github Repository
  • Monorepo which consists of both the server and client application
  • Server written in Go
  • Client written using React

Day 2

  • Setup React Application using React Router, TailwindCss, and NextUI
  • Basic UI to search for a patient
  • Ability to view details about a patient

Day 3 and 4

  • Added form to create a new patient entry
  • Tweaks on the UI to make it more user friendly