BentostylePortfolio Tailwind Templates

Bentostyleportfolio

Dark Style Responsive Portfolio Site using React, Tailwind CSS, and Vite This repository contains the source code for a dark-themed, responsive portfolio site built with React, styled with Tailwind CSS, and utilizing Vite for fast development.

Dark Style Responsive Portfolio Site using React, Tailwind CSS, and Vite

This repository contains the source code for a dark-themed, responsive portfolio site built with React, styled with Tailwind CSS, and utilizing Vite for fast development. This portfolio site serves as a showcase for your projects, skills, and experience.

Setup

To set up this portfolio site locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/monanksojitra/BentostylePortfolio.git
    
  2. Navigate to the Directory:

    cd portfolio-site
    
  3. Install Dependencies:

    npm install
    
  4. Start Development Server:

    npm run dev
    
  5. Open Your Browser: Navigate to http://localhost:3000 to view the portfolio site.

Contributing

If you'd like to contribute to this project, follow these steps:

  1. Fork the Repository: Click the "Fork" button on the top right corner of the repository's page.

  2. Clone Your Fork: Clone the forked repository to your local machine.

    git clone https://github.com/monanksojitra/BentostylePortfolio.git
    
  3. Create a Branch:

    git checkout -b feature/your-feature-name
    
  4. Make Changes: Make your desired changes to the project.

  5. Commit Changes:

    git commit -m "Your descriptive commit message"
    
  6. Push Changes:

    git push origin feature/your-feature-name
    
  7. Submit a Pull Request: Go to the original repository's page and click on "New Pull Request". Describe your changes and submit the pull request.

Additional Configuration

  • Customization: Update src/data to reflect your personal information and projects.
  • Deployment: Configure deployment settings in vite.config.js for production deployment.
  • Dark Theme: The portfolio site comes with a pre-built dark theme. You can further customize the dark theme by modifying the Tailwind CSS styles in src/styles/tailwind.css.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Feel free to reach out with any questions or feedback! Happy coding! 😊

Top categories

Loading Svelte Themes