A simple and effective portfolio website
⚡️ 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
You'll need Git and Node.js (which includes NPM) installed on your computer.
[email protected] or higher
[email protected] 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
-
Clone the repository
Clone this repository.
git clone https://github.com/ibrahim-didi/elegant-portfolio
-
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
-
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!
You can then deploy with one click on Netlify: