RKSouth / Character-Search

A simple fullstack application that allows you to search characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CharacterSearch

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.

FrontPage

Table of Contents

Technologies_Used

  • HTML
  • CSS
  • React.js
  • mongo
  • express
  • mongoose
  • Atlas_db
  • heroku

Features

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

Usage

This is specifically for another buildout of my project X I would like to do

Author

Rachael Kelm-Southworth

Credits

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.

License

MIT

About

A simple fullstack application that allows you to search characters


Languages

Language:JavaScript 86.3%Language:CSS 7.3%Language:HTML 6.4%