This is a Recruitment Task Application for a React Developer position.
- Typescript
- Next.js
- Pexels API Client Library
First, go to the desired directory and clone the git repository:
git clone https://github.com/m4tt133/pexels-app.git
npm install
#Assuming that PEXELS API KEY is not sensitive
NEXT_PUBLIC_PEXELS_API_KEY=Your Pexels Api Key Goes Here
NEXT_PUBLIC_BASE_URL=Dev: http://localhost:3000 | Production: Your Domain
npm run dev
You can open http://localhost:3000 with your browser to see the result.
npm run build
npm start
It will spin the local server up at: http://localhost:3000.
This project uses Next.js
.