A simple full stack app that searches for characters and displays them.
I wanted to rebuild my character app and expand on it using characters - slowly, I want to re-create my battle app but using cleaner code and more features.
- HTML
- CSS
- React.js
- mongo
- express
- mongoose
- Atlas_db
- heroku
1. A Character Search
In order to make a character search work in react- we need an axios call. However, for this search the axios call does not need to be on the back end. I built my axios call in the API section and then built out a search page.
2. A Saved Search
3. A Delete Button
4. Things to Add/Change
-
Make the Cards smaller
-
Make it so we can create a character
-
Include a list of attacks
-
Reconfigure the databases so that:
- The saved database is different from the main characters database
Rachael Kelm-Southworth
I would like to thank Kerwin, Manuel, Roger, Jerome and all my classmates for helping me understand this subject matter and anyone that contributed to make the base code.