https://github.com/madhavbahl/portfolio-boilerplate
Boilerplate for the simple react portfolio - https://github.com/MadhavBahl/portfolio
https://github.com/madhavbahl/portfolio-boilerplate
Last synced: about 1 month ago
JSON representation
Boilerplate for the simple react portfolio - https://github.com/MadhavBahl/portfolio
- Host: GitHub
- URL: https://github.com/madhavbahl/portfolio-boilerplate
- Owner: MadhavBahl
- Created: 2020-11-25T15:37:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T08:51:08.000Z (over 4 years ago)
- Last Synced: 2025-03-22T17:02:07.427Z (about 2 months ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Portfolio Boilerplate
Boilerplate code for react portfolio webinar. See the finished project here - [https://github.com/MadhavBahl/portfolio](https://github.com/MadhavBahl/portfolio)
## Screenshot


## Enhancements
Here are the things which can be improved
1. Add experience section
2. Add portfolio links at the bottom of SideNav
3. Use a common card element for all the cards (prevent duplicate code)
4. Use an enum for `selectedSection`
5. Enhance the view for small screen.
6. Use localstorage to save the active session.## What to do after the webinar?
Explore these topics
1. Host this app on gh-pages
1. Study React Router
2. Convert all class components to functional using React Hooks
3. Study Redux