Dev Life

The Challenge

Dev Life is a simple e-commerce web app I built in order to learn a new stack. It uses React.js, Next.js, Styled Components, Apollo Client, GraphQL Yoga, Prisma, Postgres. Users can login, search or browse items, add items to cart and checkout. Password reset can be requested and is sent via email, image upload is achieved with Cloudinary, credit card processing with Stripe and JSON web tokens for authentication.

Demo Login
Launch app and either create your own account or view the app with demo content using username: demo@demo.com | password: demo

Please note
The app is hosted on Heroku using their free tier. Thus, it may take 20-30 seconds for the Heroku dyno to wake up since it sleeps after 30 minutes of inactivity.