https://github.com/hernandez87v/dribbble
https://github.com/hernandez87v/dribbble
firebase progressive-web-app pwa-apps reactjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hernandez87v/dribbble
- Owner: hernandez87v
- Created: 2021-02-19T15:14:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T21:41:14.000Z (over 5 years ago)
- Last Synced: 2025-03-05T14:49:28.363Z (over 1 year ago)
- Topics: firebase, progressive-web-app, pwa-apps, reactjs
- Language: JavaScript
- Homepage: https://dribbble-1bba9.web.app/
- Size: 894 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## `To view live site or to Run:`
Click on [link](https://cors-anywhere.herokuapp.com/corsdemo) to `request temporary access to the demo server`
# Dribbble Challenge 🏀
🏟 live site: https://dribbble-1bba9.web.app/
## How did I approach this challenge? 🤔
I started this challenge by checking the provided JSON URL paths in Postman. Once I saved each path needed (ex. shot.author.avatarUrl) I proceeded to create-react-app. I started with a barebones html site to test each path making sure it loaded into the localhost. I ran into an issue with CORS so setup a workaround using [cors-anywhere](https://github.com/Rob--W/cors-anywhere). Once I had everything loaded from the JSON URL I proceeded to make it all as nice as I could according to the thumnail provided.
## 🏠 Home Page

## 📱 Installable as a Progressive Web App

## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app