Instafolio is a simple fully responsive portfolio website for Instabug coding challenge .
This is an list of needed instructions to set up your project locally, to get a local copy up and running follow these instructuins.
- Clone the repository
$ git clone https://github.com/AbdallahHemdan/Instafolio.git
- Navigate to repository directory
$ cd Instafolio
- Install dependencies
$ npm install
- Running on development mode
$ npm run start
- build for production and launch server
$ npm run build
$ npm run start
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
This software is licensed under MIT License, See License for more information ©AbdallahHemdan.