https://github.com/sadanandpai/funder
A tinder styled joke application
https://github.com/sadanandpai/funder
react tinder
Last synced: 6 months ago
JSON representation
A tinder styled joke application
- Host: GitHub
- URL: https://github.com/sadanandpai/funder
- Owner: sadanandpai
- Created: 2021-02-15T18:22:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T10:26:27.000Z (over 4 years ago)
- Last Synced: 2024-04-13T21:56:18.434Z (over 1 year ago)
- Topics: react, tinder
- Language: JavaScript
- Homepage: https://sadanandpai.github.io/funder/build
- Size: 11.4 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funder
### A tinder styled joke application
Responsive mobile compatible web applicationLive Demo: Funder
### Technologies
- ReactJS
- React Spring
- React use gesture
- Redux Toolkit
- Styled components
- Ant Design### Installation
- `git clone https://github.com/sadanandpai/funder.git`
- Navigate to the directory
- `npm install`
- `npm start`### Approach
- The state is used for navigation between pages to avoid URL changes
- Jokes are fetched from https://icanhazdadjoke.com (No registration / key required)
- Images are taken randomly from https://source.unsplash.com (No registration / key required)
- Local storage is used for storage of data
- Swipe animations are done using tranformations and transitions