top of page

Racquet Dash Store App
HTML | CSS | JavaScript | NodeJS | ExpressJS | JotForm | RacketLoggerAPI | Postman | Heroku
A tennis racquet store app where customers can login and browse through some top-brand professional tennis racquets fetched from the Racket Logger API.
My e-commerce web app features a MongoDB NoSQL database, Express.js server, React.js component-driven design, and Node.js.
I integrated the RacketLogger Developer API to create my own MongoDB database of tennis racquet objects that customers add to shopping carts using a one-to-many relational schema.
Customers register using passwords secured with Bcryptjs hashing, salting algorithms, and log in using JSON Web Token authentication.
bottom of page