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.
To set up this portfolio site locally, follow these steps:
Clone the Repository:
git clone https://github.com/monanksojitra/BentostylePortfolio.git
Navigate to the Directory:
cd portfolio-site
Install Dependencies:
npm install
Start Development Server:
npm run dev
Open Your Browser:
Navigate to http://localhost:3000
to view the portfolio site.
If you'd like to contribute to this project, follow these steps:
Fork the Repository: Click the "Fork" button on the top right corner of the repository's page.
Clone Your Fork: Clone the forked repository to your local machine.
git clone https://github.com/monanksojitra/BentostylePortfolio.git
Create a Branch:
git checkout -b feature/your-feature-name
Make Changes: Make your desired changes to the project.
Commit Changes:
git commit -m "Your descriptive commit message"
Push Changes:
git push origin feature/your-feature-name
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.
src/data
to reflect your personal information and projects.vite.config.js
for production deployment.src/styles/tailwind.css
.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! 😊