Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheuscfbt/apimarket-front-end
ApiMarket-Front-End is the front-end of the ApiMarket platform, developed in Angular as a Single Page Application (SPA), aimed at facilitating the integration of APIs. This repository uses Bootstrap for responsive design and communicates with the ApiMarket Back-End, where the APIs data and services are managed.
https://github.com/matheuscfbt/apimarket-front-end
angular bootstrap css html spa typescript
Last synced: about 1 month ago
JSON representation
ApiMarket-Front-End is the front-end of the ApiMarket platform, developed in Angular as a Single Page Application (SPA), aimed at facilitating the integration of APIs. This repository uses Bootstrap for responsive design and communicates with the ApiMarket Back-End, where the APIs data and services are managed.
- Host: GitHub
- URL: https://github.com/matheuscfbt/apimarket-front-end
- Owner: MatheusCFBT
- Created: 2024-08-28T16:58:06.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-26T18:01:32.000Z (3 months ago)
- Last Synced: 2024-11-08T04:33:17.960Z (3 months ago)
- Topics: angular, bootstrap, css, html, spa, typescript
- Language: TypeScript
- Homepage:
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ApiMarket - Front-End
![Badge em Desenvolvimento](http://img.shields.io/static/v1?label=STATUS&message=EM%20DESENVOLVIMENTO&color=GREEN&style=for-the-badge)This is the front-end of the **ApiMarket** project, a Single Page Application (SPA) built with Angular and Bootstrap, designed to connect developers and consumers of APIs. This repository complements the [ApiMarket Back-End](https://github.com/MatheusCFBT/ApiMarket), which provides the necessary data and services.
## Overview
**ApiMarket** is a platform that centralizes access and integration with various APIs. This repository contains the front-end code, which provides a dynamic and interactive interface allowing users to easily browse available APIs, perform advanced searches, and integrate directly with the back-end by RESTful API.## Technologies Used
- **Angular:** Main framework for building the front-end.
- **Bootstrap:** For responsive design and UI components.
- **TypeScript:** Programming language used for development.
- **HTML/CSS:** For structuring and styling the pages.
- **REST API:** Communication with the [ApiMarket Back-End](https://github.com/MatheusCFBT/ApiMarket).