Simple app to get information on some of star-trek characters!
Link to project: https://star-trek-app-demo.netlify.app
This is a fun simple app where you can find some star-trek characters’ information. This was my first time creating the API. I added the API to my server-side file and deployed it to Heroku. You can type the name of the characters and you will have their Species name, Home-world, Distinguishing Features, Interesting Fact(s) and Notable Examples if that matches the API object I created. Otherwise, if that does not match, you will get human information as error handling.
This was my first attempt at creating my own API. I wanted to focus on the backend side and it was a very good practice of using Node.js, express and Heroku.
HTML, CSS, JavaScript, Express, Node.js
I was able to learn much more about using APIs by creating one myself. Learned how to use postman to test my APIs as well as how to deploy my files to Heroku.