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 application 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 here and it (should 😅) be up and running here.

Technologies

The single-application was create using the Create React App 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 documentation.

The React components are developed using TypeScript.

Last updated

Was this helpful?