'NUZIMAZ' is an image searcher website that uses the pexels public api to search and browse royalty free images shared by pexels creators.
The website is currently hosted at https://nuzimaz-414bd5.netlify.app/
- HTML5
- CSS3
- JAVASCRIPT ES5/ ES6
- REACT 17.0
- REDUX 4.1
- REACT ROUTER 6.1
- REACT HELMET 6.1
- REDUX SAGA 1.1
- AXIOS 0.24
- SASS 1.45
- a search bar to browse the pexels images
- a masonry style layout with mobile responsiveness and keyboard support included
- has pagination support to browse through various pages of a search result
- a modal that displays the full size of a particular image when its thumbnail is clicked
- all fetched data is stored on a global store to minimize fetch requests
- all logo are SVGs and are embbed as JSX to minimize fetch requests
-
Clone/ Download the repository and extract it into your desired folder.
-
Open a terminal inside the desired folder and then in the terminal, type:
cd nuzimaz-pexels-react-master
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build
© 2021 Boodooa Monish. All rights reserved.