My digital resume allows readers to easily looking at relevant skill sets by filtering related experience and projects. Build with React library to manage contents and user interaction.
- React: The Javascript library
- react-redux: Managing loaded data in the state
- json-loader: Loading JSON data into React environment
- Webpack & Babel: Javascript bundler
- Docker: Isolating applications and setting up required environment
- Use
idinstead ofsectionconsonants - Refactor
all_datastate structure to use key-value, rather than index-value. i.e.state[id] = ... - Use
keywords: {stacks: [...], name: [...]}struture for each section items - Show number of items of each section on sidebar navigation