PhotoBook is a photo gallery that uses the Pexels API developed with React TS, Tailwind CSS and consuming the Pexels API with Axios. Fully responsive, with dark mode and the possibility of downloading images.
- Search bar updating the API URL
- "Load more" button to load more images
- Add the dark mode on site
- Modal do load images in full screen
#### Clone this repository
$ git clone "https://github.com/uildez/photobook.git"
#### Install dependencies
$ npm install
#### Run the application in development mode
$ npm run dev
The following tools were used in building the project: