muhammedanaskhan / personal-portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portolio ⚡️

A minimal portfolio template for Developers! Built with React + Next.js

Portfolio

Features

⚡️ Modern UI Design + Reveal Animations
⚡️ One Page Layout
⚡️ Styled with Custom CSS
⚡️ Fully Responsive\

To view a demo example, click here


Need of portfolio for a developer ☝️

  • Professional way to showcase your work
  • Increases your visibility and online presence
  • Shows you’re more than just a resume

Getting Started 🚀

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 📋

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

How To Use 🔧

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:

Portfolio


Screenshots

Home Page Featured Projects Social Links

Deployment 📦

Once you have done with your setup. You need to put your website online!

I highly recommend to use Vercel for deploying the site.

Technologies used 🛠️

  • Webpack - Static module bundler
  • Next.js - Javascript framework built on top of React
  • React - Javascript library

License 📄

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments 🎁

I want to thanks Brittany and Adeola as this website is an amalgam of their portfolios.

About

License:MIT License


Languages

Language:JavaScript 56.3%Language:CSS 43.7%