r2hu1 / DevPortfolio

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

Home Page:https://dev-portfolio-theta-gilt.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DevPortfolio

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

Preview

Preview Image

Preview Image

Getting Started

  1. Clone the repository:
    git clone https://github.com/r2hu1/DevPortfolio.git
  2. Navigate to the project directory:
    cd DevPortfolio
  3. Install dependencies:
    npm install
  4. Run the development server:
    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:
    git checkout -b feature/your-feature-name
  3. Implement your changes and test thoroughly.
  4. Commit your changes:
    git commit -m "Add your commit message here"
  5. Push to your forked repository:
    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 file for details.

About

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

https://dev-portfolio-theta-gilt.vercel.app

License:MIT License


Languages

Language:JavaScript 96.0%Language:CSS 4.0%