https://github.com/geffrerson7/services-payments-api-frontend
Application to make and monitor payments for services
https://github.com/geffrerson7/services-payments-api-frontend
html-css javascript reactjs sweetalert tailwindcss vite
Last synced: 3 months ago
JSON representation
Application to make and monitor payments for services
- Host: GitHub
- URL: https://github.com/geffrerson7/services-payments-api-frontend
- Owner: Geffrerson7
- Created: 2023-04-25T22:32:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T16:35:09.000Z (about 3 years ago)
- Last Synced: 2025-04-06T10:49:55.323Z (over 1 year ago)
- Topics: html-css, javascript, reactjs, sweetalert, tailwindcss, vite
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SERVICES-PAYMENTS-API-FRONTEND
This application was designed with JavaScript, React, Vite, HTML, CCS and Tailwind CSS to make and monitor payments for services.
## Technologies and programming languages
* **JavaScript** [Source](https://developer.mozilla.org/es/docs/Web/JavaScript)
* **React** (v. 18.2.0) [Source](https://es.react.dev/reference/react)
* **vite** (v. 4.1.0) [Source](https://vitejs.dev/guide/)
* **tailwind CSS** (v. 3.2.7) [Source](https://tailwindcss.com/docs/installation)
* **SweetAlert2** (v. 11.7.3) [Source](https://sweetalert2.github.io/)
* **SERVICES-PAYMENTS-API** (v. 1.0.0) [Source](https://github.com/Geffrerson7/DJANGO-PAYMENTS-API)
## Run Locally
Clone the project
```bash
git clone https://github.com/Geffrerson7/SERVICES-PAYMENTS-API-FRONTEND
```
Go to the project directory
```bash
cd SERVICES-PAYMENTS-API-FRONTEND
```
Install dependencies
```bash
npm install
```
Run project
```bash
npm run dev
```
## Authors
- [Gefferson Casasola](https://github.com/Geffrerson7)