From 1be59353d6684ae559a41566f7c04a5ab728f0ef Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Tue, 31 Jan 2023 16:21:37 -0500 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7224002 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Movie React App +A website to find movies, written in React. Includes a client-only rating system. Uses the TMDB API for data.