As per the initial commit, we have a simple webapp that displays a list of ride objects using React on the frontend and Django on the backend. The communication is done through a REST API, implemented in Django. The backend folder houses all the Django related files, and the frontend file holds all the React/JavaScript/styling files.