Skip to content

sakhro/simple-react-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React Portfolio

GitHub React Material-UI

This project was created with Create React App.

Installation

After download, run below command in the console from project root directory

npm install

This will install all needed dependencies and packages.

After all packages installed successfully, run from the project root directory

npm start

This will start development server on http://localhost:3000 port

Portfolio data

The data for portfolio is in data.js file

root/
  ...
  src/
    ...
    data.js <--- HERE

Feel free to add your own projects, information and images on the website and/or rebuild this project for fetching data from your server APIs.

Production

To build the app for production run

npm run build

It correctly bundles React in production mode and optimizes the build for the best performance into /build folder.

License

MIT license

About

Simple portfolio build using React and Material-UI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published