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

https://github.com/r2hu1/devportfolio

Modern developer portfolio to showcase projects and skills built using nextjs and tailwindcss.
https://github.com/r2hu1/devportfolio

devloper-protfolio javascript nextjs nextjs-developer nextjs-portfolio portfolio portfolio-website shadcn-ui tailwindcss

Last synced: 14 days ago
JSON representation

Modern developer portfolio to showcase projects and skills built using nextjs and tailwindcss.

Awesome Lists containing this project

README

          

# DevPortfolio

DevPortfolio is a website built with Next.js that helps developers showcase their portfolios.

# Preview
![Preview Image](https://i.postimg.cc/X7xQFTHN/Screenshot-2024-01-10-232418.png)




![Preview Image](https://i.postimg.cc/JznKQPvN/Screenshot-2024-01-10-232441.png)

## Getting Started

1. Clone the repository:
```bash
git clone https://github.com/r2hu1/DevPortfolio.git
```
2. Navigate to the project directory:
```bash
cd DevPortfolio
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```
5. Open your browser and go to `http://localhost:3000` to view the DevPortfolio website.

## Contributing

We welcome contributions to enhance DevPortfolio. To contribute:

1. Fork the repository.
2. Create a new branch for your feature:
```bash
git checkout -b feature/your-feature-name
```
3. Implement your changes and test thoroughly.
4. Commit your changes:
```bash
git commit -m "Add your commit message here"
```
5. Push to your forked repository:
```bash
git push origin feature/your-feature-name
```
6. Open a pull request to the `main` branch of the original repository.

Please ensure adherence to coding conventions and include relevant tests and documentation in your pull request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.