Skip to content

My portfolio built using React and styled with Tailwind CSS, deployed effortlessly via Vercel.

License

Notifications You must be signed in to change notification settings

dog-broad/portfolio

Repository files navigation

Portfolio Website

This portfolio website is a personal project showcasing my skills, projects, and experience. It's built with React and styled using Tailwind CSS for a responsive and modern design.

Features

  • Responsive Design: Ensures the website looks great on devices of all sizes.
  • Project Showcase: Highlights individual projects with descriptions, technologies used, and links to live demos or GitHub repositories.
  • Contact Form: Allows visitors to easily get in touch.
  • JSON Data: Stores user information in a JSON file for easy access.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js
  • npm
npm install npm@latest -g

Installation

  1. Clone the repo

If you have created a fork on GitHub, you can use git clone to clone the repo.

git clone https://github.com/your_username/repo_name

Or you can use the current repository directly.

git clone https://github.com/dog-broad/portfolio.git
  1. Install NPM packages
npm install
  1. Start the development server
npm start

Deployment

This project includes a GitHub Actions workflow for deploying the build to GitHub Pages.

  • Push your changes to the main branch.
  • The workflow defined in .github/workflows/builddeploy.yaml will automatically build and deploy your project.

The above builddeploy.yaml is currently non-functional and will be updated.

I am using Vercel for deployment.

Built With

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Project Link: rushyendra-portfolio.vercel.app