⚡️ Modern UI Design + Reveal Animations
⚡️ One Page Layout
⚡️ Styled with Custom CSS
⚡️ Fully Responsive\
To view a demo example, click here
- Professional way to showcase your work
- Increases your visibility and online presence
- Shows you’re more than just a resume
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git and Node.js (which comes with NPM) installed on your computer.
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
From your command line, first clone Simplefolio:
# Clone this repository
$ git clone https://github.com/bilal-23/personal-portfolio
# Go into the repository
$ cd personal-portfolio
# Remove current origin repository
$ git remote remove origin
Then you can install the dependencies either using NPM or Yarn:
Using NPM:
# Install dependencies
$ npm install
# Start development server
$ npm run dev
Once your server has started, go to this url http://localhost:3000/
and you will see the website running on a Development Server:
Once you have done with your setup. You need to put your website online!
I highly recommend to use Vercel for deploying the site.
- Webpack - Static module bundler
- Next.js - Javascript framework built on top of React
- React - Javascript library
This project is licensed under the MIT License - see the LICENSE.md file for details
I want to thanks Brittany and Adeola as this website is an amalgam of their portfolios.