Skip to content

πŸ‘‹ Instafolio is a simple fully responsive portfolio website for Instabug coding challenge using ReactJS.

License

Notifications You must be signed in to change notification settings

AbdallahHemdan/Instafolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

56 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

πŸ‘‹ Instafolio is a simple fully responsive portfolio website for Instabug coding challenge using ReactJS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published