Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.58 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.58 KB

Star Wars App

About the Project:

  • This is a star wars web application that allows users to search for a character to get character information and a gif related to the character.

Core Technologies

  • Python
  • Flask
  • Json
  • HTML
  • CSS

Features

  • Incorporates Flask to build a server that takes form requests
  • Incorporates Star Wars API to fetch a character information based on user selection.
  • Incorporates Tenor API to grab a gif that corresponds with the character retrieved from the star wars api.

File Structure

Star_Wars_Api/
├── static         # Directory for Styling page
├── templates # Directory for reusable HTML templates
├── main.py        # File that runs the flask server to create routes and run applications 


Contributing

Contributions are always greatly appreciated as coding is all about refactoring and improving your code. My project is set to public and I am more than happy to accept all contributions.

If you have a suggestion that would make this better, please fork the repo and create a pull request. Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b newFeature)
  3. Commit your Changes (git commit -m 'Adding some new features')
  4. Push to the Branch (git push origin newFeature)
  5. Open a Pull Request


Contact

Email- [email protected]