Skip to content

Web application allowing to store, in a secure way, administrative files (Front End).

License

Notifications You must be signed in to change notification settings

KristenJestin/administrative-documents-client-web

Repository files navigation

Build MIT License LinkedIn

ADMINISTRATIVE DOCUMENTS
Web Client

Table of Contents

About The Project

Web application allowing to store, in a secure way, administrative files (Front End).

Back End

screenshot-home

The application allows you to add a document with a name and other optional information such as type, description, tags, date, amount, etc.

All added documents are encrypted using the AES encryption algorithm. They are decrypted on the fly with each download.

screenshot-create

Documents can be found in several ways :

  • With the search field
  • With a type
  • With a tag

screenshot-search

A very simple page allows you to download the document and see most of the information.

screenshot-details

Build with

Getting Started

Prerequisites

  • yarn
    npm install --global yarn

Installation

  1. Install the API part Administrative Documents API

  2. Clone the repo

    git clone https://github.com/KristenJestin/administrative-documents-client-web.git
  3. Install packages

    yarn install

Roadmap

All future features are available on Trello.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Kristen JESTIN - contact@kristenjestin.fr

Project Link: https://github.com/KristenJestin/administrative-documents-client-web