https://github.com/k3ury99/sistema-de-gestion-del-mundo-barbie
Welcome to Barbie World, a web application that allows you to register, edit, and delete characters in a vibrant, pink-themed universe. The project is built using PHP for server-side logic and HTML5/CSS3 for a modern and responsive interface.
https://github.com/k3ury99/sistema-de-gestion-del-mundo-barbie
boostrap5 css3 google-fonts html5 php visual-studio-code
Last synced: 28 days ago
JSON representation
Welcome to Barbie World, a web application that allows you to register, edit, and delete characters in a vibrant, pink-themed universe. The project is built using PHP for server-side logic and HTML5/CSS3 for a modern and responsive interface.
- Host: GitHub
- URL: https://github.com/k3ury99/sistema-de-gestion-del-mundo-barbie
- Owner: K3ury99
- License: mit
- Created: 2025-02-07T04:34:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T03:13:11.000Z (2 months ago)
- Last Synced: 2025-02-16T03:24:02.059Z (2 months ago)
- Topics: boostrap5, css3, google-fonts, html5, php, visual-studio-code
- Language: PHP
- Homepage:
- Size: 1.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Barbie World - Character Registry 🎀
> [!IMPORTANT]
> Welcome to **Barbie World**, a web application that allows you to register, edit, and delete characters in a vibrant, pink-themed universe. The project is built using PHP for server-side logic and HTML5/CSS3 for a modern and responsive interface.
>
> Create your dream character and manage their journey in Barbie World!
![]()
![]()
---
# 🏁 Overview
- **Objective**: Provide an easy-to-use character registry system with image support.
- **Main Components**:
- **Home**: Main page with a form to register new characters and view existing ones.
- **Registration**: Form capturing details like name, birthdate, profession, and optional photo.
- **Editing & Deleting**: Modify or remove characters from the list.---
# 🚀 Features
- **Modern Interface**:
Uses Google Fonts (*Poppins*) and custom CSS to provide a sleek and visually appealing experience.- **Responsive Design**:
The character list and forms adjust seamlessly to both mobile and desktop devices.- **PHP JSON Storage**:
Character data is stored in JSON files, avoiding the need for a database.- **Image Uploading**:
Users can upload character images, which are saved in the `/data` directory.---
# 🔧 Technologies Used
- **PHP**: Server-side logic for processing character data.
- **HTML5 & CSS3**: Structure and styling for a responsive UI.
- **Bootstrap 5.3**: Ensures a smooth, mobile-friendly design.
- **Google Fonts**: *Poppins* for a clean and modern look.---
# 🐱👤 Contributing
1. **Fork the repo**
- **Create a new branch**
```bash
git checkout -b feature-branch
- **Commit changes**
```bash
git commit -am 'Add new feature'## 📔 License
This project is licensed under the MIT License. See the `LICENSE` file for details.