Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jardelgcunha/form-web-ucam
Web form with PHP in the Web Development course at University of Cândido Mendes (UCAM).
https://github.com/jardelgcunha/form-web-ucam
apache bootstrap css3 html5 javascript jquery mysql php vscode xampp
Last synced: 17 days ago
JSON representation
Web form with PHP in the Web Development course at University of Cândido Mendes (UCAM).
- Host: GitHub
- URL: https://github.com/jardelgcunha/form-web-ucam
- Owner: jardelgcunha
- License: mit
- Created: 2020-05-15T19:42:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T22:55:47.000Z (about 4 years ago)
- Last Synced: 2024-07-30T21:05:13.585Z (3 months ago)
- Topics: apache, bootstrap, css3, html5, javascript, jquery, mysql, php, vscode, xampp
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Form #
> :computer: Web Form requesting the database in the Web Development course at [University of Candido Mendes - UCAM](https://www.candidomendes.edu.br/)
## 🚀 Stacks
This project was developed with the following technologies:- [HTML5](https://developer.mozilla.org/pt-BR/docs/Web/HTML/HTML5)
- [CSS3](https://developer.mozilla.org/pt-BR/docs/Archive/CSS3)
- [Javascript](https://www.javascript.com/learn/strings)
- [PHP](https://www.php.net/manual/en/intro-whatis.php)
- [jQuery](https://api.jquery.com/)
- [Bootstrap](https://getbootstrap.com/docs/4.5/getting-started/introduction/)
- [MySQL](https://dev.mysql.com/doc/)# 🤔 How to contribute?
```bash
# Make a Fork this repository.
# Create a branch with your feature:
git checkout -b my-feature;
# Make commit to your changes:
git commit -m "feat: my new feature";
# Make a push to your branch:
git push origin my-feature;
```
After the merge of your pull request is done, you can delete a branch of yours.# :wrench: Issues
Feel free to **file a new issue** with a respective title and description on the the [Web Form](https://github.com/JardelDeveloper/form-web-ucam/issues) repository. If you already found a solution to your problem, **I would love to review your pull request**.# :memo: License
Released in 2020 :closed_book:This project is under the MIT license. See the [LICENSE](LICENSE.md) for more details.
Made with :green_heart: by Jardel Cunha.
Give :star: if this project helped you!