Check it out! https://wormworm.herokuapp.com/
WORM
Worm is a web app that allows users to interact with the books they've read. Users can track books, find new books, and see data visualizations into what kind of reader they are.
Worm is built with React/Redux on the front-end and Node/Express/Mongo on the back-end. For this project I learned Material UI and RTK Query. Worm uses data from Google Books API and OpenLibrary API.
This is my final individual capstone project for Parsity Coding School.
Demo
https://www.loom.com/share/75751250e8244591a3a42c3aeae2e0cc
In Progress
I am currently working on refactoring the code to
- Make sure it all aligns with accessibility standards
- Handle all errors/edge cases
- Make it mobile responsive