An open API service indexing awesome lists of open source software.

https://github.com/mlsakiit/reactjs-portfolio


https://github.com/mlsakiit/reactjs-portfolio

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## React Portfolio

**MSAC KIIT**

---

- Clone the repo.
- Do `npm install`
- Do `npm start` .
- > This will start the development server on localhost.
- Edit your desired component.

---

## Add your names here:

- **Arnab - Header and footer / overall CSS and stuff**
- **Srijita - Contact Section**
- **Medhavi - Skills Section**
- **Shreya - Projects Section**
- **Akash - About & Experience Section + overall**

---

### NOTE :

Commit your changes in your respective names' branch, Thanks :)

#### **May God be with us**

---

### Getting started

1. Clone or fork project.
2. Install required dependencies with `npm install`.
3. Remove or set `homepage` in `package.json` to single dot.
4. `npm start` project and customize it.
5. Deploy on github-pages using `npm run deploy` command.


⚠️ Note that if you have portfolio on different repository than `{username}.github.io`,
set `homepage` in `package.json` to `https://{username}.github.io/{repository}/`
before deploying portfolio.

:star: Inspirations

React Vertical Timeline

React Awesome Slider

React Switch

React Typical

Iconify Design

Polaroid effect

GitHub Ref Corner

:memo: Changelog

[ 17.01.2021, contributor: @igorperic17 ]


- wrapped the Typical component into a fixed height div due to the bad transitions for a brief moment between two titles when the string is empty (the content bellow jumps up-down very quickly).
- removed the title from the page document.title due to the increased title length.

[ 30.11.2020, contributor: @dorota1997 ]


- updated readme section
- fixed problem of json files not being read

[ 29/30.11.2020, contributor: @trolit ]


- changed resume files names to more "universal"
- moved languages names to global variables
- moved section names to json files
- added target="_blank" for footer links
- added startDate property for projects
- excluded common json data to portfolio_shared_data file
- added header section height calculation based on formula: window.innerHeight - 140
- small changes to vertical timeline item (color/font-size)
- project link in modal is not shown if empty
- changed slider preloader bar color
- wrapped each skill into tile
- footer fullname is fetched from json now
- added mising "px" for avatar in About.js component
- updated json files content
- page title is fetched from json data
- added GitHub reference corner "label"
- edited page meta
- added margin, padding 0 for html tag
- excluded light theme ref from theme-dark file
- slightly changed Header.js section look
- made some changes to App.js to apply global variables/shared json etc.
- centered fullname/pos/theme toggler in Header section

:gear: Contribution

If you have any suggestions on what to improve in react-frontend-dev-portfolio and would like to share them, feel free to leave an issue or fork project to implement your own ideas :slightly_smiling_face:

:camera: Credits(images)

Images used in portfolio template come from Pixabay, references:

p1, p2, p3, p4, p5, p6
# Reactjs-Portfolio