This is an Angular web application built to showcase the art portfolio of a friend. The website is hosted at https://boruju.space/. 🚀
This project provides a clean and visually appealing way to present artwork online.🖼️ It's built using Angular and TypeScript to ensure a modern and responsive user experience.💻 While the live site features my friend's artwork, this repository contains placeholder images for privacy. However, the project is structured in a way that allows for easy replacement with the original assets if desired. 👍
-
Responsive Design: The layout adapts to different screen sizes (desktop, tablet, mobile). 📱💻🖥️
-
Image Gallery: Showcases a collection of artwork in a visually appealing manner. 🖼️🌟
-
Angular CLI: Built using Angular CLI for easy development and maintainability. 🛠️
-
TypeScript: Leverages TypeScript for enhanced code quality and maintainability. ✅
-
Easy Asset Replacement: The project is structured to easily replace placeholder images with original artwork. 🔄
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. 🧑💻
- Node.js (v16 or higher recommended) 🟢
- npm (Node Package Manager - usually comes with Node.js) 📦
- Angular CLI (Install globally:
npm install -g @angular/cli) 🌐
- Clone the repository:
git clone https://github.com/HongVoDev/Angular_art-portfolio.git
cd ---the directory---- Install dependencies:
npm install- Start the development server:
ng serve- Open your web browser and navigate to
http://localhost:4200/. 🌐
- Locate the
assets/images/directory. 📂 - Replace the placeholder images with your own artwork. Ensure the filenames are consistent or update the image paths in the relevant Angular components and templates. 🖼️➡️🎨
- Angular - The web framework used ⚙️
- TypeScript - The language used 📜
- Angular CLI - The command-line interface for Angular 💻
Contributions are welcome! 🎉 Please feel free to submit pull requests or open issues for bug fixes, feature requests, or general improvements. 🤝
This project is open-source and available under the MIT License (Add a LICENSE file if you want to specify the license). 📜
- Thanks to my friend Ruth for allowing me to create this portfolio. ❤️
