Skip to content

Latest commit

 

History

History
151 lines (112 loc) · 4.99 KB

README.md

File metadata and controls

151 lines (112 loc) · 4.99 KB

Instafolio

Codacy Badge GitHub contributors GitHub issues GitHub forks GitHub stars GitHub license

Table of Contents

About The Project

Instafolio is a simple fully responsive portfolio website for Instabug coding challenge .

Build with

Getting Started

This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.

Installation

  1. Clone the repository
$ git clone https://github.com/AbdallahHemdan/Instafolio.git
  1. Navigate to repository directory
$ cd Instafolio
  1. Install dependencies
$ npm install

Running

  1. Running on development mode
$ npm run start
  1. build for production and launch server
$ npm run build
$ npm run start

Screenshots

🌞 Light Theme

image image Instafolio-light image image image

🌙 Dark Theme

image image Instafolio-dark image image image

File Structure

Instafolio
├── README.md
├── LICENSE
├── node_modules
├── package.json
├── .gitignore
├── build
├── public
│   ├── index.html
│   └── Logo.svg
└── src
    ├── assets
    │   └── images
    ├── api	
    |   └── fake.js	
    ├── components	
    |   ├── About
    |   ├── ContactMe
    |   ├── Footer
    |   ├── InstaBtn
    |   ├── Navbar
    |   ├── Projects
    |   ├── ProjectCard
    |   └── Skills
    ├── pages	
    |   ├── Home	
    |   ├── Project	
    |   └── NoMatch	
    ├── routes	
    ├── utils	
    |   └── index.js	
    ├── App.css	
    ├── App.js	
    ├── index.css	
    ├── index.js	
    ├── App.test.js
    └── setupTests.js

License

This software is licensed under MIT License, See License for more information ©AbdallahHemdan.