ππ₯π€© Best Gifs On The Internet π€©π₯π | zahinize-giffy.glitch.me
Giffy is a tool that allows you to search, play and download the best GIFs on the internet. It's a big responsibility π so use it wisely!
- Dark Mode π
- Search GIFs based on keyword
π °οΈ - infinite GIFs based on pagination π
- Fast experience β‘
- Zoom and Pause βΈοΈ
- Responsive Design π
- Space Optimized Grid π―
Do the following steps after cloning this repository.
- Install Dependencies
npm i
- Run production server (default)
npm start
Alternate Step
- Run development server
- Update
HOST_ENV
value in./configs/config.js
file tocommonConsts.ENVIRONMENT.DEVELOPMENT
like below.HOST_ENV: commonConsts.ENVIRONMENT.DEVELOPMENT
- Update
npm run launch
- Visit app url on local machine and check it in live action
App Localhost url: https://localhost:8080/
<ErrorBoundary>
<Shell>
<Sidebar>
<ModeChange>
<MainContent>
<Header>
<Content>
<SearchGif>
<Overlay>
<Searchbar>
<Grid>
<Footer>
All react components are self-explainable by their name. They are designed to ensure S.R.P. (Single Responsibility Principle) principle, code reusability, code quality and code testability purposes.
To implement this project in the best way i can, i created Webpack Learnings to learn and understand core features of Webpack with examples. Check it out if you want to π.