Skip to content

Personal Portfolio built with React and Material Design for Bootstrap and by me.

Notifications You must be signed in to change notification settings

cristalnaya/react-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Portfolio Page

A Personal Portfolio Page built using React and MDBootstrap (React Version).

Install and Run the app

  • Clone this repo in your terminal with the command git clone https://github.com/cristalnaya/react-portfolio.git
  • or just download it to your computer
  • change directory into cd react-portfolio
  • run npm install in your terminal
  • run npm start and the app will run locally on port: 3000

Note: Node JS and NPM (Node Package Manager) is required to install and run the application.

Structure of the App

├── package.json
├── package-lock.json
├── public
│   ├── img
│   ├── index.html
│   └── manifest.json
├── README.md
└── src
    ├── components
    │   ├── About.js
    │   ├── data.js
    │   ├── Footer.js
    │   ├── Header.js
    │   ├── Home.js
    │   ├── Jumbotron.js
    │   ├── LatestWork.js
    │   ├── Navbar.js
    │   ├── ProjectImage.js
    │   ├── Sidebar.js
    │   ├── Skills.js
    │   └── SkillsList.js
    ├── containers
    │   ├── App.js
    │   └── App.scss
    └── index.js

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

Tools and Libraries Used

About

Personal Portfolio built with React and Material Design for Bootstrap and by me.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published