A free and open-source portfolio template for developers, now powered by Next.js. View the live demo: urfolio.vercel.app
- Clean and modern design
- Responsive layout
- Developer-friendly
- Migrated to Next.js for improved performance and maintainability
- Sections for projects, skills, and contact information
Visit the live demo: urfolio.vercel.app
To get started, follow these steps:
- Clone the repository:
git clone https://github.com/alsiam/urFolio.git
- Navigate to the project folder:
cd urFolio
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and visit http://localhost:3000
- Replace placeholder content in the
src/pages/index.js
file with your information. - Customize the styles in the
styles
directory to match your preferences. - Add your projects, skills, and other relevant information in the appropriate sections.
- Colors: Modify the color scheme in the
styles/globals.css
file. - Fonts: Change the fonts by updating the
styles/globals.css
file. - Images: Replace the placeholder images in the
public/img
directory with your own.
Contributions are welcome! Please check the Contribution Guidelines for more details.
This project is licensed under the MIT License.
- Thanks to Open Source Initiative for their guidelines on open-source licensing.
- Special thanks to Vercel for providing free hosting for the live demo.
Feel free to use this template for your own portfolio and showcase your work! If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request. Happy coding!