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

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.

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.