Go to file
2025-03-06 06:18:59 +00:00
public Create Repository 2025-02-23 19:22:05 +00:00
src Create Repository 2025-02-23 19:22:05 +00:00
.prettierrc.json Create Repository 2025-02-23 19:22:05 +00:00
eslint.config.js Create Repository 2025-02-23 19:22:05 +00:00
index.html Create Repository 2025-02-23 19:22:05 +00:00
package-lock.json Create Repository 2025-02-23 19:22:05 +00:00
package.json Create Repository 2025-02-23 19:22:05 +00:00
README.md Updated README 2025-03-06 06:18:59 +00:00
results.json Create Repository 2025-02-23 19:22:05 +00:00
testapi.sh Create Repository 2025-02-23 19:22:05 +00:00
tsconfig.app.json Create Repository 2025-02-23 19:22:05 +00:00
tsconfig.json Create Repository 2025-02-23 19:22:05 +00:00
tsconfig.node.json Create Repository 2025-02-23 19:22:05 +00:00
vite.config.ts Create Repository 2025-02-23 19:22:05 +00:00

3PL Technical Assessment

Movie Search Site

Information

Built with ReactJS and Typescript using create vite@latest

Hosting Locally

Clone the repository

git clone https://git.paulus.casa/Paulus/tech-assessment-3pl.git && cd tech-assessment-3pl

Install dependencies

npm install

Create .env file with API address and your API Key

The file should look like this. You must prefix the key and address with VITE_ due to the configuration of the project.

VITE_APIKEY=yourkey
VITE_APIADDRESS=http://www.omdbapi.com/

Host Locally

npm run dev

NPM has a bug with optional dependencies

Use pnpm instead of npm - This will require installing pnpm