Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 632 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 632 Bytes

Plain SMS App

This repository contains codes of the frontend of the aforementioned software. React + Typescript is used in this project.

Folder Structure

The most important folder which is the "src" folder is structured as follows :

api

This folder basically contains files whose codes interact with the API. It is divided into sub-folders namely:

endpoints

This folder contains typescript files with each dedicated to each API controller endpoints. Exact url to call the API is contained in these codes.

main

This folder is dedicated to house central reusable codes that affects the entire application.