Welcome to my software developer portfolio template built with Next.js and Bootstrap, which helps you showcase your work and skills as a software developer. With this portfolio, you'll be able to impress potential employers or clients with your work and expertise.
To view a live demo, click here: https://brendanglancy.software/
To get a local copy up and running, follow these simple example steps.
You'll need the following software installed on your computer:
- Git
- Node.js (which comes with npm)
From your command line, clone and run developer-portolio:
# Clone this repository
$ git clone https://github.com/BrendanGlancy/dev-port.git
# Go into the repository
$ cd developer-portfolio
# Install dependencies
$ yarn
#Start's development server
$ yarn dev
You can link your portfolio to your Github account by changing the githubUserName in portfolio.js
file.
// portfolio.js
githubUserName: 'YOUR GITHUB USERNAME HERE',
For adding emoji 😃 into the texts in Portfolio.js
, use the emoji()
function and pass the text you need as an argument. This would help in keeping emojis compatible across different browsers and platforms.
- Next.js
- axios
- reactstrap
- react-reveal
- react-lottie
- react-easy-emoji
- react-headroom
- color-thief
- emailjs
Please don't forget to give my repository a star! ⭐️