This repository contains a collection of web development mini-projects, created for learning and experimentation.
Currently, only the movie-project has a functional user interface.
ProjectAPI/
├── movie-project/
├── hello-world/
├── car-project/
- A user interface built with HTML, CSS, and JavaScript.
- Features basic UI for browsing and searching movies.
- Demo video available:
Watch the demo video
- No user interface or substantial code yet.
- Placeholder for future experiments.
- No user interface or substantial code yet.
- Placeholder for future experiments.
To view the movie-project:
- Clone the repository:
git clone https://github.com/Hadis201/web_development.git
- Open
ProjectAPI/movie-project/index.htmlin your web browser.
- HTML
- CSS
- JavaScript
This project is licensed under the MIT License.
Author: Hadis201
GitHub: github.com/Hadis201