Skip to content

Simple note taking app made with Angular and Slim

Notifications You must be signed in to change notification settings

frnkq/fridgeboard

Repository files navigation

FridgeBoard

Fridgeboard is a note taking browser application. Notes are labeled as magnets, going with the idea of the application being a fridge.

The application was built using Angular for front end and Slim for the API. It's a file based application, meaning that it does not require a database and data is hosted in JSON files, managed by the API.

Installation

Install Front end libraries:

npm install

Install API libraries:

cd src/API
composer install

Pinned magnets view Single magnet view Magnet edition / creation form Magnet deletion

About

Simple note taking app made with Angular and Slim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published