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.