diff --git a/README.md b/README.md
index 5e6866c6..f5eb902c 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ Each row represents a movie/series category: you can click on it and you will be
You can add/remove movies/series through the plus and minus buttons that you can find hovering each poster or opening a single movie's detail modal. If you click on the play button you can enjoy a custom CSS-only play animation with Fakeflix's brand name.
You have also the option to search through TMDB's catalogue using the search functionality inside the fixed navbar: you can search by movie name, actor or movie director.
Go try it and please let me know if you enjoyed it with a ⭐️, I would appreciate it a lot.
+
## ▶️ Demo
@@ -55,6 +56,8 @@ Here you can find the demo link:
I have also added a button that lets you sign in anonymously.
+
+
## :sparkles: Features
:heavy_check_mark: Display movies and series, old and upcoming, also from the real Netflix
@@ -73,6 +76,8 @@ I have also added a button that lets you sign in anonymously.
:heavy_check_mark: Loading skeletons
:heavy_check_mark: Route animations and micro-interactions (handled with Framer Motion)
+
+
## :rocket: Technologies
- [TMDb API's](https://www.themoviedb.org/)
@@ -100,7 +105,8 @@ I have also added a button that lets you sign in anonymously.
3. In Settings → Build & Deploy → Set **Build command** to : **_npm run build_**
4. In Settings → Build & Deploy → Set **Publish directory** to : **_build_**
5. In Settings → Build & Deploy → Set **Environment variables** → Click on **Edit variables** and add yours (ie: TMBd's API key, Firebase configuration).
-
+
+
## 📸 Screenshots
@@ -180,6 +186,8 @@ REACT_APP_FIREBASE_MEASUREMEMT_ID=REACT_APP_FIREBASE_MEASUREMEMT_ID
npm start
```
+
+
## :white_check_mark: Requirements
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.