https://krenbot.github.io/monster-rolodex/
Based on a tutorial from ZhangMYihua for the Complete React Developer course from Udemy.
This simple app serves as a basis and refresher for intermediate React concepts. From compartmentalizing components to source control, this particular project serves/ed as a precursor to a capstone project.
- React - Front-end library.
- TypeScript - Compiler
- Learning to bundle individual CSS files in the component folders.
- Source control. Breaking the personal habit of always pushing to main instead of testing new features in dev.
- More custom monsters
- Phone-book style searchings
- App layout improvements
AS A monster enthusiast
I WANT to be able to search monsters dynamically by name
SO THAT I can find particular monsters more easily.
- Clone directory to code editor of choice
- Use
$npm run start
script to watch changes while working - Use
$npm run build
to build the webpack
- Project came from a tutorial by Zero-To-Mastery's Complete React Developer course.
Thanks, Yihua.
MIT © Krenbot