The Components directory is located under the src directory, it is a directory that holds individual components that are used across LetsChat in conjunction with other components.
Components directory:Login_page: This contains 2 files, index.html and game.css. The login page uses the addUser() function to carry out the login process, the addUser() function is stored in the kwitter.js file. So the kwitter.js file is a dependency for the login page.
navbar: This contains 2 files, navbar.html and navbar.css. The navbar is the global navigation menu in LetsChat, you can extract the navbar HTML from the navbar.html file and use it on multiple pages.