Overview

This section covers the single-page application client of the Journal de bord project. It covers its features and the user interface design.

Introduction

The a single-page applicationarrow-up-right is intended to provide a web client for the Journal de bord project. Currently, the project focuses on mobile users as the interface is optimized for smartphone users. I decided to implement the as an SPA so that the application can be used through a wide range of devices. Although the interface is mobile-first, it is still usable from a tablet or desktop computer.

The project source code can be found herearrow-up-right and it (should 😅) be up and running herearrow-up-right.

Technologies

The single-application was create using the Create React Apparrow-up-right utility. It is pretty interesting to understand the tool so that you know about the app configuration. You can read about it in its official documentationarrow-up-right.

The React components are developed using TypeScriptarrow-up-right.

Last updated