A fully responsive website build on NextJs , CSS and JavaScript. I have also used unsplash API and its provided access key in this website.
- Confortable on all devices
- Dark/Light theme toggle mode
- Infinite Scrolling provided
- Can view the list/grid view of photos of each user , you can navigate by clicking on their name.
- Clone
- Make a .env file in the root folder and then paste the unsplash URL and your unspalsh Access Key.
NEXT_BASIC_API_KEY="YOUR_KEY"
NEXT_BASIC_API_URL="UNSPLASH_URL"
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.