Skip to content

1. Intro

Deepak Ramalingam edited this page Feb 18, 2023 · 9 revisions

About

This is a beginner-friendly tutorial on how to create a movie rating website.

The final website will look like this: https://gt-webdev.github.io/spicy-tomatoes

You will learn about:

  • Hypertext Markup Language (HTML)
  • Cascading Style Sheets (CSS)
  • JavaScript (JS)
  • Communicating with third-party API's such as Firebase using asynchronous functions

The final code can be found in the "complete" branch of the repository.

Getting Started

To get started, first get the webpage running by following the instructions in the README.md file.

You should see the following:

Screenshot 2023-02-17 at 5 00 52 PM
Clone this wiki locally