https://github.com/abdallahhemdan/instafolio
π Instafolio is a simple fully responsive portfolio website for Instabug coding challenge using ReactJS.
https://github.com/abdallahhemdan/instafolio
coding-challenge hemdan instabug instafolio insternship portfolio portfolio-website react-router reactjs
Last synced: 5 months ago
JSON representation
π Instafolio is a simple fully responsive portfolio website for Instabug coding challenge using ReactJS.
- Host: GitHub
- URL: https://github.com/abdallahhemdan/instafolio
- Owner: AbdallahHemdan
- License: mit
- Created: 2020-05-10T19:51:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T18:32:45.000Z (10 months ago)
- Last Synced: 2025-05-06T17:59:02.558Z (9 months ago)
- Topics: coding-challenge, hemdan, instabug, instafolio, insternship, portfolio, portfolio-website, react-router, reactjs
- Language: JavaScript
- Homepage:
- Size: 2.05 MB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Instafolio
[](https://app.codacy.com/manual/AbdallahHemdan/Instafolio?utm_source=github.com&utm_medium=referral&utm_content=AbdallahHemdan/Instafolio&utm_campaign=Badge_Grade_Dashboard)
[](https://github.com/AbdallahHemdan/Instafolio/contributors)
[](https://github.com/AbdallahHemdan/Instafolio/issues)
[](https://github.com/AbdallahHemdan/Instafolio/network)
[](https://github.com/AbdallahHemdan/Instafolio/stargazers)
[](https://github.com/AbdallahHemdan/Instafolio/blob/master/LICENSE)
## Table of Contents
- [About the Project](#about-the-project)
- [Build with](#build-with)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Running](#running)
- [Screenshots](#screenshots)
- [File Structure](#file-structure)
- [License](#license)
## About The Project
> **Instafolio** is a simple fully responsive portfolio website for **Instabug** coding challenge .
### Build with
- [React JS](https://reactjs.org/)
- [React Router](https://reacttraining.com/react-router/web/guides/quick-start)
## 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_**
```sh
$ git clone https://github.com/AbdallahHemdan/Instafolio.git
```
2. **_Navigate to repository directory_**
```sh
$ cd Instafolio
```
3. **_Install dependencies_**
```sh
$ npm install
```
### Running
1. **_Running on development mode_**
```sh
$ npm run start
```
2. **_build for production and launch server_**
```sh
$ npm run build
$ npm run start
```
## Screenshots
#### π Light Theme






#### π Dark Theme






## 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](https://github.com/AbdallahHemdan/Instanews/blob/master/LICENSE) for more information Β©AbdallahHemdan.