The program is a small WEB application that displays data about the Star Wars universe (such as planets and starships).
The data is retrieved from the external API: SWAPI - The Star Wars API. They are then processed (for example, the units are added), arranged in the table and then are displayed in the browser window. Some information is retrieved without refreshing the page.
The application was created as a task at CodeCool school. A description of the task as well as additional information can be found in Wiki section:
https://api-wars-pm.herokuapp.com/
- create a server and client application from the ground up,
- using AJAX for API requests,
- using Bootstrap,
- deploying the application on-line.
- implementation of species resources (type of person or character within the Star Wars Universe)
- creating a simple sql database needed for subsequent features,
- login system,
- voting system,
- voting statistics,
- loading indicator while the content is loading,
- improving the color of the website,
- implementation light / dark mode.
Feel free to contact me in case of any issue, questions or comments. My contact info can be found on my GitHub page.
The content of the exercise and the initial code in the repository are owned by CodeCool.
Copyright (c) 2020 by Piotr Mludzik. All rights reserved.
Code in this repository is licensed under MIT license. See LICENSE.