A simple personal portfolio website.
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
This repository houses the current build of my personal portfolio website. This project was built so as to better represent my abilities in web development (full stack development) and further work as a centralised point to access more information about me. A basic design of the desired web platform can be seen here as designed on Figma.
In brief, the project has been built through the implementation of ReactJS, Tailwind CSS, THREE.js, and Google Cloud Platform (GCP) Firebase. The current build of the website can be seen here, as hosted by Firebase.
- NodeJS
@emailjs/browser
: ^3.4.0firebase
: ^9.6.7pathseg
: ^1.2.1react
: ^17.0.2react-icon-cloud
: ^4.0.0react-icons
: ^4.3.1react-modal
: ^3.14.4react-scroll
: ^1.8.4react-tsparticles
: ^1.41.1simpleicons
: ^6.10.0
Please be aware the setup to build and run this website differs respective to each operating system (OS). Furthermore, I'm also assuming that you already have NodeJS and React already installed or available within your environment. After confirming this, you'll need to perform the following steps to prepare your local environment.
-
npm
cd /path/to/your/directory # Navigate to where you want to clone the repository. git clone https://github.com/jamestkelly/personal-portfolio.git # Clone the repository. cd /path/to/personal-portfolio # Navigate into the repository. npm install # Install the necessary packages.
-
Clone the repository
git clone https://github.com/jamestkelly/personal-portfolio.git
-
Install NPM packages
npm install
-
Run the website locally to verify it works correctly prior to deployment.
npm run # Run the bot on your local host
-
Build and then deploy the web application to any hosting service you prefer.
npm run build
This project can be used as an example or starting point for others looking to design, build, and host their own personal portfolio websites. Additionalyl, it predominantly works to represent my most current abilities as a developer within web frameworks, namely with THREE.js, hosting, and pipelining.
- Design website and UI/UX flow.
- Build individual components:
- THREE.js sphere to show languages and tools I can use.
- THREE.js interactable splash art on the landing.
- Email service.
- Host the website.
- Develop the pipeline for CI/CD.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Jim Kelly - [email protected]
Project Link: https://github.com/jamestkelly/personal-portfolio
The development of this website was made possible to the standard that it is through some of the following resources.