https://github.com/ryanga09/collegetask_simplecinematicketstore
https://github.com/ryanga09/collegetask_simplecinematicketstore
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanga09/collegetask_simplecinematicketstore
- Owner: RyanGA09
- License: mit
- Created: 2024-09-08T05:20:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T14:58:40.000Z (about 1 year ago)
- Last Synced: 2025-10-25T22:45:17.169Z (8 months ago)
- Language: HTML
- Size: 4.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎟️ College Task - Simple Cinema Ticket Store
## 📝 Description
This is a Simple Cinema Ticket Shop as my assignment to study Web Programming in College in 2023. This project allows users to search for movie theaters they want to watch. This application helps users to search for movies they want to watch before buying tickets.
Tech Stack: HTML, Assets(CSS, JS, IMAGE)
## ⚙️ Installation
1. Clone the repository:
```bash
git clone https://github.com/RyanGA09/CollegeTask-SimpleCinemaTicketStore.git
```
2. Navigate to the project directory:
```bash
cd CollegeTask-SimpleCinemaTicketStore
```
3. Open index.html in your web browser to view the portfolio
## 🚀 Usage
- Modify the index.html file to update your personal information and projects.
- Customize the styles in styles.css to fit your preferences.
- Add or update functionality in scripts.js as needed.
## 🤝 Contributing
Feel free to fork the repository and submit pull requests for improvements or bug fixes. Please ensure that your contributions adhere to the existing style and coding standards.
**Important: When contributing, please create a new branch for your changes instead of pushing directly to the main branch. To do this:**
1. Create a new branch:
```bash
git checkout -b your-feature-branch
```
2. Make your changes and commit them:
```bash
git add .
```
```bash
git commit -m "Add a descriptive message about your changes"
```
3. Push the branch to your forked repository:
```bash
git push -u origin your-feature-branch
```
Open a pull request from your branch to the main branch of the original repository.
**_By following these guidelines, you help maintain a clean and manageable project history._**
## 📬 Contact
For any questions or feedback, you can reach out to me via:
- [Gmail](mailto:ryangadinga90@gmail)
- [Linkedin](https://www.linkedin.com/in/ryan-gading-abdullah/)
## 🗒️ Note
**Contributing Section**: Added instructions to create a new branch for changes instead of pushing directly to the `main` branch, to maintain a clean project history.
## 📄 License
Copyright © 2023 Ryan Gading Abdullah. All rights reserved.
This project is licensed under the MIT License - see the [MIT License](LICENSE) for details.