Ab App

screenshot of Ab App
react

AWS serverless app boilerplate (API Gateway edition) :rocket:

Overview

AB-APP is an AWS serverless boilerplate application that can be used as a starting point for creating your own applications. It is built using bit, allowing users to not only use the entire application but also make use of specific parts of it. AB-APP is a fictional site based on the novel "Monday Begins on Saturday" and exposes a list of institute departments for authenticated users. Users can also add and edit departments.

Features

  • Authentication using JWT tokens: Allows users to authenticate using JWT tokens and implements token refresh functionality.
  • Tables for viewing data: Provides tables with pagination, row selection, sorting, and CSV export functionality to view data.
  • Forms for adding and editing data: Includes forms with live validation that ensures consistent validation between the backend and frontend.

Summary

AB-APP is an AWS serverless boilerplate application that serves as a starting point for creating applications. It includes features such as authentication using JWT tokens, tables for viewing data, and forms for adding and editing data. The application is still under development and documentation may be outdated.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.