Skip to content

Personal Website/Portfolio built for fun with Django and React. My first self-taught web project.

Notifications You must be signed in to change notification settings

lawrencedrums/lwrc.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Website / Portfolio by Lawrence Wong

My first fully self-taught webapp is live!

12 Oct, 2021 update:

The store is now open!

The store uses the Stripe API for secure payment using credit cards. I've put up my carefully curated range of drums transcriptions for sell. Although currently only supporting single item checkout, I'm planning to implement a shopping cart and multi-checkout functionality soon.

In this project I'm using React on the frontend. It also built on sereval other technologies such as: hooks, styled-components, react-router, and axios. The frontend app is hosted on Netlify.

Backend is written in Python using the Django and Django REST framework. Using Docker as a container, the backend is hosted on Heroku connected to a Postgres datebase. Any static files uploaded to Django is saved in the AWS.

TODO:

  • Responsive Design
    • Large Screens
    • Mobile
  • Migrate to TypeScript
  • Contact form
  • Shopping cart/multi-item checkout
  • User Login
  • Add personal photo