Skip to content

FrontEnd

Siddhi Mule edited this page Nov 1, 2024 · 7 revisions

The key files and functions for the Frontend code

[app.js]

(https://github.com/CSCI510testerhw1/PopcornPicks/blob/master/frontend/src/app.js) ###App() This is the root component of the React application. It renders the main structure of the app and includes routing for different pages like login, search, and watchlist.

Clone this wiki locally