A full-stack application that allows the user to vote for a cryptocurrency and check the popularity of each.
To check out this app go to Crypto Lister.
- Scroll through the list of currencies and find your favorite one.
- Click the "Vote Me" button on the preffered currency to send your vote.
- If you'd like to undo your vote, click the "Remove Favorite" button.
ng serve
🚩 Done: 🚩
- Created currency list.
- Coded API endpoints via Flask.
- Created SQLite database.
- Implemented currency list service.
- Implemented currencies API.
- Added icons.
- Added aka's.
- Added header.
- Implemented single vote per user feature.
- Implemented vote removal feature.
- Make app mobile friendly.
🚩 To do: 🚩
- Add more user feedback.
- Implement Angular Routes.
- Home page.
- 404 error page.
- 500 error page.
- Implement Angular BreakpointObserver.
Here you can check out the voting interface.
- Angular's Property Binding.
- CSS Animation, Transition.
- Flask API.
- SQLite3 database.