Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hmeirelles0/anyges-cadastro

Tela Web de cadastro para projeto de TCC desenvolvida com JavaScript, PHP, JQuery e requisições assíncronas AJAX
https://github.com/hmeirelles0/anyges-cadastro

ajax ajax-request css3 form-validation forms html5 javascript jquery jquery-ajax php

Last synced: about 2 months ago
JSON representation

Tela Web de cadastro para projeto de TCC desenvolvida com JavaScript, PHP, JQuery e requisições assíncronas AJAX

Awesome Lists containing this project

README

        

AnYges-cadastro ⌨️

## OBJETIVO
Tela Web de cadastro para projeto de TCC desenvolvida com ```JavaScript```, ```PHP```, ```JQuery``` e requisições assíncronas ```AJAX```.

## COMO FUNCIONA?
Recebe informações do usuário em uma interface de formulário de cadastro intuitiva e as processa em um script PHP através de uma requisição assíncrona AJAX.

## O QUE FAZ?

Ao enviar as informações exigidas nos respectivos campos, os quais possuem máscaras ```JQuery``` para formatação do conteúdo enviado (ex.: CPF (***.***.***-**)), estas informações são enviadas a um arquivo .php que trata as informações (separando nome do sobrenome, por exemplo) e as envia de volta através de uma chamada ajax. O retorno é então mostrado em tela para efeito de confirmação das informações enviadas.

## TECNOLOGIAS

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![jQuery](https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge&logo=jquery&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)
----------------------------------------------------------------------------------------------------------------------------------

AnYges-cadastro ⌨️

## GOAL

Sign up screen for a Course Conclusion Project developed with ```JavaScript```, ```PHP```, ```JQuery``` and asynchronous tasks ```AJAX```.

## HOW DOES IT WORK?

Receives info submitted by the user through an intuitive form sign up interface and processes this information in a PHP script through Asynchronous Javascript and XML.

## WHAT DOES IT DO?

By sending the required info, masked by ```JQuery``` in accordance with the kind of info expected on each field, said info is processed in a ```PHP``` script that sends it back to ```JavaScript``` through ajax. The return is then displayed on screen for confirmation.

## TECHNOLOGIES

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![jQuery](https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge&logo=jquery&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white)