neo4j-graphacademy / app-python

https://graphacademy.neo4j.com/courses/app-python
55 stars 90 forks source link

Wondering if the UI code is available #24

Open pknag opened 5 months ago

pknag commented 5 months ago

This is not a code issue per se. But I do have a request. Hope it is OK to post in this section. I have been going through the course and completed it more or less with the help of the issues listed here. It is a nice course. I have a much better understanding of neo4j and cypher now. I was wondering if the source for the UI code is available for learning purposes. I am new to javascript and was hoping to use this course as a way to get a better understanding of how the UI is built and what it does. I did see there is a UI repository for neoflix but I think it is not the same code base as this graph academy course. Let me know.

adam-cowley commented 5 months ago

The front-end is a React project, the minified bundle is in the public folder of the repository. The code itself is a few years old and most likely very out of date with best practises so I'd suggest there are better examples out there :)

pknag commented 5 months ago

Thanks for getting back so quickly. I understand. Was just hoping I could use this course to understand the front end a bit better since I already understand the back end quite well now. Any this issue can be closed.