Skip to content

bbhitec/NoteItWebApp

Repository files navigation

NoteIt - a Full-Stack Note taking app

A Note/Post publishing web app using ASP.NET Core API interfacing. This is a server app written in C# under ASP.NET.


Gains

  • ASP.NET server development and publishing on Azure
    • API endpoints configuration
    • SQLite DB orchestration with Entity Framework
  • React client app development and publishing on Azure
    • Utilizing Bootstrap styling
  • Swagger configuration and API testing
  • Package control with NuGet
  • GitHub actions polish
  • .http files hot API testing
  • Bootstrap Front End development: sections and cards

Skills stack


Next/WIP

  • Sexy dark mode
  • useEffect-preload notes on load
  • User space authentication
  • Placeholder/ghost cards on loading
  • In-place note creation and edit
  • loading on card clear bugfix
  • Update notifications styles



Usage/How to run

Client: built as a React app. Live Client
Server: Run with Visual Studio Community edition and install required packages. Live Server


Credits

Used various tutorials, specifically: