"A built from scratch portfolio for Caleb McOlin."
View Live Website at calebmcolin.com
Table of Contents
An interactive website that showcases Caleb's accomplishments and skills.
I wanted to create something that would not only showcase my skills as a developer by also make it in such a way that would be unique and enjoyable for the user.
Comming Soon...
See the open issues for a list of proposed features (and known issues).
Any contributions in the form of new features, fixes, optimizations or suggestions ar always welcome.
This might be a personal portfolio but I am always open to colaberation.
I will be more than happy review any PR.
Make sure you have at least npm: 7.#.#
and node: 14.#.#
- Clone the repo
git clone https://github.com/CalebMcOlin/portfolio.git
- Install NPM packages
npm install
- Run the app
npm run dev
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request