/my-bookshelf-web

My bookshelf Web, with React

Primary LanguageTypeScriptMIT LicenseMIT

My BookShelf

Architecture Pattern

└── /src
    ├── /assets
    ├── /components
    ├── /context
    ├── /hooks
    ├── /pages
    ├── /services
    ├── /utils
    └── App.js
    ├── index.js

Main Folders

Assets

This folder presents external codes of styles, images and animations.

Components

Responsible for small components such as buttons and text fields.

Context

This folder presents the application contexts.

Pages

Responsible for the complete pages, presenting the encompassing of small components.

Services

This folder is responsible for the codes regarding the connection to the api.

Pages

/login

image