An open API service indexing awesome lists of open source software.

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

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)