Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.15 KB

File metadata and controls

42 lines (28 loc) · 2.15 KB

Welcome to my Apex Legends Tracker!

Flask Python HTML CSS Javascript

All code engineered and compiled by Coby Schumitzky

Table of Contents

Introduction

If you have played games, you have probably wanted a place to see all your statistics. This website is made to do just that while learning more about HTML, JavaScript, and Flask while providing a useful website for video game enthusiasts.

Information

There are 3 web pages in this project. One page is an about page that emulates the view of a terminal screen with interactive functionality. The main page, found through the "Enter" button allows you to type in an input and leaves you with data regarding the player entered or an error if such an error occured. I hope in future iterations of this project to integrate React functionality so the pages refresh on command and are faster.

Documentation

In the static folder, you can find the images, fonts, and css used to make the webpages. In the about page, you can see an animation created using CSS whose source code can be found here. In the templates folder, you can find the HTML webpages. In the main src folder, you can find the apex tracker file which connects the webpages and retrieves data from the tracker.gg API using Python and the Flask Framework.

Technologies

Project was created with:

  • Python: 3.10.7
  • HTML5
  • CSS
  • JavaScript
  • Flask Framework