asbillt / portfolio-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

David Asbill Software Portfolio Website

A React.js Web Application I built to communicate the tech stack that I use and the projects that I create.

Tech Used

Built With:

  • React.js
  • Bootstrap & React-Bootstrap
  • React Router
  • Material UI
  • HTML5
  • CSS3
  • Visual Studio Code
  • Git
  • Github
  • NPM

File/Folder Structure

.
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
├── src
│   ├── Components
│   │   ├── About.js
│   │   ├── Home.js
│   │   ├── NavigationBar.js
|   |   ├── NotFound.js
│   │   └── Projects.js
│   ├── App.css
│   ├── App.js
│   ├── App.test.js
│   ├── index.css
│   ├── index.js
│   ├── reportWebVitals.js
│   └── setupTests.js
├── .gitignore
├── package-lock.json
├── package.json
└── README.md

About


Languages

Language:JavaScript 90.0%Language:HTML 6.6%Language:CSS 3.4%