viher3 / nottes-frontend

[Frontend] Nottes is a web app where you can save text notes, links and files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nottes frontend

Nottes is a web app where you can save text notes, links and files. It's easy to use and Open Source.

Backend is built with Symfony 4 and the Frontend with Angular 5.

Screenshots

Features

Version 1 features:

  • Create a notte entity
  • Encrypt / decrypt nottte entities using php-encryption library
  • Upload file/s
  • Simple search for entities

Comming soon features:

  • User management
  • User roles management
  • Categories management

Build

Run ng build --prod --extract-css false to build the project. The build artifacts will be stored in the dist/ directory.

Configuration

After building the project, you have to edit the config file updating your API endpoint.

Production config file is located here:

dist/assets/config/config.prod.json

LICENSE

Nottes is released under the MIT Licence. See the LICENSE file for details.

About

[Frontend] Nottes is a web app where you can save text notes, links and files.

License:MIT License


Languages

Language:TypeScript 59.9%Language:HTML 27.3%Language:CSS 11.7%Language:JavaScript 1.2%