CV Creator LIVE DEMO
A side project to reinforce my understandings of React fundamentals (Components & Managing Props & States). Lessons learn:
- Resuable components
- Managing props and states
- Conditional rendering
- React
- styled-components
- gh-pages
- GitHub Actions
File or folder | Description |
---|---|
src/index.js | the entry file |
src/components | reusable React components |
src/parts | single-use React components |
src/resume | the main view of project |
src/utils | utility data/ helper functions |
Consider using Redux for larger applications to prevent from passing props through multiple levels of the component trees.