/reactPortfolio

Primary LanguageJavaScriptMIT LicenseMIT

React + Vite Portfolio

Description

  • The motivation is to figure out how to create a portfolio using react and vite.
  • The project was built to refactor an old portfolio.
  • The problem this project to gain a better understanding of React.
  • I learned how to create a more efficient and stronger portfolio with my new React skills.

Table of Contents (Optional)

Installation

  1. Download repo from GitHub repository link: https://github.com/harleysherman/reactPortfolio.

  2. Install repo in terminal

  3. Use npm i to install all packages needed, then npm run develop to run the portfolio locally

  4. Change code in VS Code when needed

  5. Happy coding!

Usage

Here's the GitHub link where the repo lives: portfolio

Here's the Heroku link where the repo lives: heroku

Credits

I want to thank Leif for helping me understand how to set up this file structure and helping with the styling of this project.

License

The license used in this project is MIT License.


Badges

React Vite bootstrap

Plugins

Currently, two official plugins are available:

Features

The features of this project are listed below:

  • Display about page.
  • Display a form to have a user enter in information.
  • Put portfolio projects on a page with their deployed and git hub links.
  • Link to LinkedIn, my design portfolio, and git hub located in the footer.
  • Navigation that is connected using React and event listeners.

How to Contribute

Contributor Covenant

For any violations of this project, contact me hello@harleysherman.com.

Tests

  1. Type in the url, when running the site locally: http://localhost:3000/error to see what pops up.
  2. Enter in an invalid email, name less that two characters, and password less the eight characters in the Contact page.