Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.
/ BlazNotes Public archive

Simple implementation of the notes app made in the Blazor framework.

License

Notifications You must be signed in to change notification settings

MadTiger2409/BlazNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazNotes

This is a client-side application for notes build with the Blazor framework. It's responsible for notes management (CRUD). It's using LocalStorage to store user notes.

I created this app to learn Blazor.

Table of contents

Technologies

Launch

  1. Download this project/repository.
  2. Prepare your IDE for client-side Blazor like showed here.
  3. Go to the folder with project file and run Powershell/Command Promp/Terminal in this location.
  4. Type dotnet run. This will run the app.
  5. You can now work with this Blazor app.

Scope of functionalities

Functionality Status
Notes CRUD ✔️
Theme changing ✔️
Toasts information ✔️
LocalStorage access ✔️

Project status

Current status: CLOSED ❌

The application has been finished. At this moment I have no plans for any updates.

A Master branch is always the stable one. If you are intrested in testing the project in its current form then you should download this branch.

Releases

No releases published

Packages

No packages published