Skip to content

ysnitko/dashboard

Repository files navigation

Users payment accounting table

Project for accounting for user payments for certain assets. The project was developed to gain practical experience in full-stack development.

ScreenShot

Table of contents

Overview

Live link and source code

Built with

Features

Users should be able to:

  • View the optimal layout for each page depending on their device's screen size (screen & mobile) mobile: ScreenShot

  • Built-in user authorization mechanism.The user's email and password are used as credentials

    ScreenShot

  • Form validation upon user login and registration, if the user is blocked, entry is denied

    ScreenShot

    ScreenShot

  • The app will use all CRUD actions on the user

    ScreenShot

    ScreenShot

    ScreenShot

  • Search for user by name, email, payment status and activity status

    ScreenShot

  • User filter and sorting by numerous parameters

    ScreenShot

  • User details page with activity logs

    ScreenShot

  • Pagination, choice of displaying 10 or 20 users per page

    ScreenShot

  • Multiple payment posting

    ScreenShot

  • Data is saved to the Postgresql database

    ScreenShot