Skip to content

ibrahim-didi/elegant-portfolio

Repository files navigation

Elegant Portfolio

A simple and effective portfolio website

Mockup

Features

⚡️ Modern UI Design
⚡️ Fully Responsive
⚡️ One Page Layout
⚡️ Styled with TailwindCSS
⚡️ Easy deployment with Netlify

To view a demo version : click here

To view a customized live version : click here

🚀 Quick start

Prerequisites 📋

You'll need Git and Node.js (which includes NPM) installed on your computer.

node@v18.0.0 or higher
git@2.33.0 or higher

If you intend to develop and deploy with Gatsby (recommended), you will need to install the Gatsby CLI as well:

npm install -g gatsby-cli
  1. Clone the repository

    Clone this repository.

    git clone https://github.com/ibrahim-didi/elegant-portfolio
  2. Start developing.

    Navigate into your new site’s directory and install dependencies.

    cd my-site/
    npm i --lockfile-version 2

    Start up your site.

    gatsby develop

    Or :

    npm run develop
  3. Open the code and start customizing!

    Your site is now running at http://localhost:8000!

    Edit the pages in src/pages/ to see your site update in real-time and your content come to life!

🚀 Deployment with Netlify

You can then deploy with one click on Netlify:

Deploy to Netlify