Skip to content

aprilNeufeld/Portfolio

Repository files navigation

Website Language React Version Redux Version NextJS Version Last Commit MIT License


Logo

Portfolio

My developer portfolio.
View Deployment · Report a Bug

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact
  5. Acknowledgements

About

I built my portfolio to showcase my work and my journey as a developer. It's grown and evolved a lot since I first published it as a baby dev. I started out with a single page generated with Create-React-App, then moved to Next.js after realizing that static site generation is a better choice for small sites that want to make it onto search engines. I've added a blog, more code samples, and a lot more personality.

Take a look through the code and make yourself at home. If after seeing it you feel like we could work well together, I'd love to hear from you.

Built With

Getting Started

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

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/aprilNeufeld/Portfolio.git
  2. Install NPM packages (custom script)
    npm run setup
  3. Run the development server
    npm run dev
  4. Go to localhost:3000 to see it in action!

License

Distributed under the MIT License. See LICENSE for more information.

Contact

April Neufeld - @aprilNeufeld - april.neufeld@gmail.com

Project Link: https://github.com/aprilNeufeld/Portfolio

Acknowledgements