An open API service indexing awesome lists of open source software.

https://github.com/hernandez87v/dribbble


https://github.com/hernandez87v/dribbble

firebase progressive-web-app pwa-apps reactjs

Last synced: 3 months ago
JSON representation

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

![Home Page](/public/images/homepage.jpg)

## 📱 Installable as a Progressive Web App

![Home Page](/public/images/appInstall.jpg)

## 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