Skip to content
Update Tools authored by Ryan M's avatar Ryan M
...@@ -5,11 +5,9 @@ Classless Action is an open-source project that is contained in [GitLab](https:/ ...@@ -5,11 +5,9 @@ Classless Action is an open-source project that is contained in [GitLab](https:/
### **Tools Used** ### **Tools Used**
- [Bootstrap v5.3](https://getbootstrap.com) - [Bootstrap v5.3](https://getbootstrap.com)
- Used for UI layout - UI implementation
- [Flask v2.2.2](https://flask.palletsprojects.com/en/2.2.x/)
- Used for data and app structure
- [Figma](https://www.figma.com) - [Figma](https://www.figma.com)
- Used for UI design - UI design
<!-- <!--
### **Splash Page Example** ### **Splash Page Example**
...@@ -23,6 +21,13 @@ The last section of the splash page will be a body, which will contain a descrip ...@@ -23,6 +21,13 @@ The last section of the splash page will be a body, which will contain a descrip
## **Back-End** ## **Back-End**
### **Tools Used**
- [Flask v2.2.2](https://flask.palletsprojects.com/en/2.2.x/)
- App Structure and Data
### **Data Sources**
- [Wikipedia](https://en.wikipedia.org/wiki/List_of_S%26P_500_companies) & [Wikipedia API](https://en.wikipedia.org/w/api.php) - [Wikipedia](https://en.wikipedia.org/wiki/List_of_S%26P_500_companies) & [Wikipedia API](https://en.wikipedia.org/w/api.php)
- SPX 500 companies and their descriptions - SPX 500 companies and their descriptions
- [Caselaw Access Project](https://api.case.law/v1/) - [Caselaw Access Project](https://api.case.law/v1/)
... ...
......