- Framework: React
- Deployment: Vercel
- Styling: Tailwind CSS
- Animation: Motion
- API TMDB
- You need to create a TMDB (The Movie Database) account and create an API key
- The latest version of node.js
$ git clone https://github.com/aaimeraud/moviematcherdotcom
$ cd moviematcherdotcomThen create a .env file at the root of the folder and add your API Read Access Token
VITE_TMDB_API_KEY="Paste your API Read Access Token here"And then install the dependencies and start the server
$ npm install # Installs the necessary dependencies mentionned in the package.json
$ npm run dev # Starts the server at localhost:5173