Skip to content

alsiam/DevFolio

Repository files navigation

urFolio v2

GitHub license GitHub stars GitHub issues GitHub forks

A free and open-source portfolio template for developers, now powered by Next.js. View the live demo: urfolio.vercel.app

Table of Contents

Features

  • Clean and modern design
  • Responsive layout
  • Developer-friendly
  • Migrated to Next.js for improved performance and maintainability
  • Sections for projects, skills, and contact information

Demo

Visit the live demo: urfolio.vercel.app

Installation

To get started, follow these steps:

  1. Clone the repository: git clone https://github.com/alsiam/urFolio.git
  2. Navigate to the project folder: cd urFolio
  3. Install dependencies: npm install
  4. Run the development server: npm run dev
  5. Open your browser and visit http://localhost:3000

Usage

  1. Replace placeholder content in the src/pages/index.js file with your information.
  2. Customize the styles in the styles directory to match your preferences.
  3. Add your projects, skills, and other relevant information in the appropriate sections.

Customization

  • 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.

Contributing

Contributions are welcome! Please check the Contribution Guidelines for more details.

License

This project is licensed under the MIT License.

Acknowledgements

  • 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!