An open API service indexing awesome lists of open source software.

https://github.com/raselshikdar/rasel.cli.rs


https://github.com/raselshikdar/rasel.cli.rs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# urFolio v2

[![GitHub license](https://img.shields.io/github/license/alsiam/urFolio)](https://github.com/alsiam/urFolio/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/alsiam/urFolio)](https://github.com/alsiam/urFolio/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/alsiam/urFolio)](https://github.com/alsiam/urFolio/issues)
[![GitHub forks](https://img.shields.io/github/forks/alsiam/urFolio)](https://github.com/alsiam/urFolio/network)

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

## Table of Contents

- [Features](#features)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Customization](#customization)
- [Contributing](#contributing)
- [License](#license)
- [Acknowledgements](#acknowledgements)

## 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](https://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](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](CONTRIBUTING.md) for more details.

## License

This project is licensed under the [MIT License](LICENSE).

## Acknowledgements

- Thanks to [Open Source Initiative](https://opensource.org/) for their guidelines on open-source licensing.
- Special thanks to [Vercel](https://vercel.com/) 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!**