Skip to content

Krenbot/monster-rolodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monster Rolodex

https://krenbot.github.io/monster-rolodex/

Description

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.

Table of Contents

  1. Technologies
  2. Challenges
  3. Future Implementations
  4. User Story
  5. Installation
  6. Credits
  7. License

Technologies

Challenges

  • 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.

Future Implementation

  • More custom monsters
  • Phone-book style searchings
  • App layout improvements

User Story

AS A monster enthusiast
I WANT to be able to search monsters dynamically by name
SO THAT I can find particular monsters more easily.

Installation

  • 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

Credits

License

MIT © Krenbot