Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Latest commit

 

History

History
47 lines (24 loc) · 1.53 KB

File metadata and controls

47 lines (24 loc) · 1.53 KB

Web App Features

🔸 Edit/View modes

A logged-in user can toggle an edit/view mode.

toggle-edit-mode.mov

🔸 Post preview

When a logged-in user create/edit a post, he can preview the post before submitting.

post-preview.mov

🔸 Posts order in the page

Aside from the blog page which as its own way of sorting posts based on creation/edition date, the other posts can be moved to other positions within the page.

posts-order.mov

🔸 Admin Panel

For the user with owner role, there is a dedicated page to add/remove admin users

An admin user can edit/delete all posts

An owner user is an admin who can add/remove admin roles

🔸 Profile page

CLicking on the user google avatar shows the profile of the user.

It shows the number of created/edited posts, a list of all the contributions, the roles etc.

user-profile.mov

🔸 Form fields validation

We use malli schemas to verify the form inputs so we do not send wrong data to the server.

form-inputs-validation.mov

🔸 Responsive Design

The website is responsive and display properly on mobile devices.

responsive-design.mov