React Gatsby Engineering Portfolio
Explore the codebase »
View Demo
·
Report Bug
·
Request Feature
Linked-in post with Video Preview and Project Motivation
I felt my previous basic HTML
and CSS
portfolio inherently fell short in some aspects. This is a redress for that.
What I was aiming for:
-
Completeness. Unlike the previous one, I wanted this portfolio version to look and feel more like the final version from the very start.
-
Simplicity. I wanted everything important in here, on the same page, accessible on a single page load. I also wanted to tree shake my own css and move from proprietary modules like bulma
-
Minimalism. As is my design philosophy
Less is more .
Of course, it's impossible to hit perfection on the first try, so I'll be making iterations in the near future. Feel free to suggest changes by forking this repo and creating a pull request or opening an issue.
- React Context API with a Global Reducer
- Custom Hooks
- React error boundary
- Copy to Clipboard
- Medium and Github API
- Integration and Unit Testing with RTL
To get a local copy up and running follow these simple steps.
nodejs
andyarn
package manager
sudo apt install nodejs
- Clone the repo
git clone https://github.com/machariamuguku/macharia_muguku_react_gatsby_portfolio.git
- Install packages
yarn add
-
Get your GitHub API key and fill it in
.env.development
and.env.production
-
Fill in your medium.com username and other personal info in
gatsby-config.js
- Run Tests
yarn test
- Run in Development
yarn develop || yarn start || gatsby develop
- Build for Production
yarn build || gatsby build
- Run Production Locally
yarn serve || gatsby serve
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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.
Macharia Muguku - [email protected]
Project Link: https://github.com/machariamuguku/macharia_muguku_react_gatsby_portfolio