https://github.com/arturbomtempo-learning/contact-registration
Project developed for the purpose of training the creation of a CRUD with JSON Server.
https://github.com/arturbomtempo-learning/contact-registration
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
Repository
Project developed for the purpose of training the creation of a CRUD with JSON Server.
Basic Info
- Host: GitHub
- Owner: arturbomtempo-learning
- Language: JavaScript
- Default Branch: main
- Homepage: https://contact-registration.vercel.app
- Size: 8.79 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Contact Registration
This project is designed to facilitate knowledge-sharing among fellow students, focusing on the concepts taught during Web Interface Development classes. It serves as a resource for the development of the final project of the first term.
🔨 Project functionality
The project features a contact registry with CRUD (Create, Read, Update, Delete) functionality, allowing users to create, read, update, and delete contact data. This functionality is implemented using pure JavaScript and the JSON Server library, simulating a web server (API).
💻 Technologies used
- HTML: page structuring, accessibility and semantics
- CSS: page styling, animation and responsiveness
- Bootstrap: provides ready-to-use HTML and CSS components, facilitating the creation of responsive web interfaces
- JavaScript: enables page dynamism and API connection
- JSON Server: enables the creation of a RESTful API using a JSON file as a data source
📁 Project access
You can view the hosted page by clicking here.
Note: if you encounter an error reading the contacts on the hosted site, it may be due to the JSON server API not currently running. In such cases, you can clone this project along with the API hosted on Repl.it for testing purposes. Remember to update the apiUrl in the connection.js file to the cloned API link.
Owner
- Name: Artur Bomtempo | Learning
- Login: arturbomtempo-learning
- Kind: organization
- Email: arturbcolen@gmail.com
- Location: Brazil
- Website: https://arturbomtempo.dev
- Repositories: 1
- Profile: https://github.com/arturbomtempo-learning
Sharing the journey. One lesson, one line of code at a time.