Skip to content

alexgian1/WebNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebNotes

WebNotes is a notes app for creating, editing, and saving notes. It is designed to work locally first, so notes can be stored and loaded right on the device for a fast and simple experience.

An optional database-backed mode can be added later for the notes to be stored on a server instead of only on the local device.

Prerequisites

  • Git
  • Node.js 18 or newer with npm
  • Java 17

Project Structure

  • webnotes-frontend - React frontend
  • webnotes-backend - Spring Boot backend

Local Setup

cd webnotes-frontend
npm install
npm start
cd webnotes-backend
mvnw.cmd spring-boot:run

About

Webapp for note management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors