Welcome to the Artist Portfolio Template! This React-based web app offers a modern, responsive template for artists to beautifully display their work ✨
You can view a live preview of the portfolio here https://portfolio-template-for-artists.vercel.app/.
- Responsive Design: This website is fully responsive across all devices.
- Modern UI: Built with React for a smooth, interactive user experience.
- Easy to Customize: Modify content directly in the codebase to personalize your portfolio.
-
Clone the repository
git clone https://github.com/rakshixh/Portfolio-Template-For-Artists.git cd Portfolio-Template-For-Artists -
Install dependencies
npm install
-
Start the development server
npm start
- Open your browser and navigate to
http://localhost:3000
- Open your browser and navigate to
-
Build for production
npm run build
- The optimized build will be created in the
buildfolder.
- The optimized build will be created in the
You can easily deploy this static site on platforms like:
- Vercel (recommended) - Follow this YouTube guide
- Netlify
- GitHub Pages
- Any other static hosting provider
- Find the folder named
Public. - Delete the
favicon.ico,logo192.png&logo512.png - If you have an image in PNG, JPG, or JPEG format that you want to use as a favicon, simply rename it to
favicon.ico.
For example, if your image is namedmylogo.jpg, change its name and extension tofavicon.ico.

- Now, place this image inside the
publicfolder. Additionally, make two more copies of the same image, rename them tologo192.pngandlogo512.png, and place these copies in thepublicfolder as well.
- Images used in this project are from Unsplash
- The YouTube links above aren't collaborations or ads; I found them useful for hosting your portfolio.
This project is licensed under the MIT License - see the LICENSE file for details.