GithubHelp home page GithubHelp logo

nparashar150 / stream.it Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 1.45 MB

Stream.it stores summary, review, rating and other information about the movies. This Webapp was build as the test assignment for Antler Interview. Built with GatsbyJS + Prismic CMS

Home Page: https://antler-webapp.web.app/

License: BSD Zero Clause License

JavaScript 14.32% CSS 0.16% TypeScript 85.52%
gatsby prismic-cms typescipt

stream.it's Introduction

Gatsby

Gatsby Prismic

๐Ÿš€ What all works

  1. Home Page

  2. Browse Page

  3. Firebase Login

  4. Firebase Login with Email

  5. Firebase save Email to Firestore

  6. Firebase Reset Password

  7. Fetch data from Prismic CMS via GraphQL

  8. Github Actions for Netlify deploys

  9. @reach/router for Private Routing

    Site is live at firebase / netlify

    _Note: Firebase login with pop_up does not work on netlify as firebase needs domain verification before whitelisting the custom domain

โŒ What all does not work.

  1. Firebase OTP

๐Ÿง What's inside?

A look at the files and directories you'll see in this project.

.
โ”œโ”€โ”€ firebase.json
โ”œโ”€โ”€ gatsby-browser.js
โ”œโ”€โ”€ gatsby-config.js
โ”œโ”€โ”€ gatsby-node.js
โ”œโ”€โ”€ gatsby-ssr.js
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ netlify.toml
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ src
โ”‚ย ย  โ”œโ”€โ”€ components
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 404
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ NotFound.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ Form
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ FormElements.js
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ FormInput.js
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ Form.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ Index
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ IndexElements.js
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ LandingPage.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ layout.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ layout.module.css
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ MovieList
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ MovieListMapper.js
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ MovieListStyles.js
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ Sample.json
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ privateRoute.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ seo.js
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ Shared
โ”‚ย ย  โ”‚ย ย      โ”œโ”€โ”€ Button.js
โ”‚ย ย  โ”‚ย ย      โ”œโ”€โ”€ Card
โ”‚ย ย  โ”‚ย ย      โ”œโ”€โ”€ Footer
โ”‚ย ย  โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ Footer.js
โ”‚ย ย  โ”‚ย ย      โ”œโ”€โ”€ Navbar
โ”‚ย ย  โ”‚ย ย      โ”‚ย ย  โ”œโ”€โ”€ NavbarElements.js
โ”‚ย ย  โ”‚ย ย      โ”‚ย ย  โ””โ”€โ”€ Navbar.js
โ”‚ย ย  โ”‚ย ย      โ””โ”€โ”€ Success
โ”‚ย ย  โ”œโ”€โ”€ context
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ auth
โ”‚ย ย  โ”‚ย ย      โ”œโ”€โ”€ AuthActions.js
โ”‚ย ย  โ”‚ย ย      โ”œโ”€โ”€ AuthContext.js
โ”‚ย ย  โ”‚ย ย      โ””โ”€โ”€ AuthReducer.js
โ”‚ย ย  โ”œโ”€โ”€ data
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ Reset.config.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ SignIn.config.js
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ SignUp.config.js
โ”‚ย ย  โ”œโ”€โ”€ firebase.js
โ”‚ย ย  โ”œโ”€โ”€ images
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ gatsby-astronaut.png
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ gatsby-icon.png
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ landing-page-1.png
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ landing-page.png
โ”‚ย ย  โ”œโ”€โ”€ pages
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ 404.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ app.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ auth
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ reset.js
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ signin.js
โ”‚ย ย  โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ signup.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ browse.js
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ index.js
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ using-ssr.js
โ”‚ย ย  โ”œโ”€โ”€ schema
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ antler-features.json
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ antler-landing.json
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ antler-webapp.json
โ”‚ย ย  โ”œโ”€โ”€ templates
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ MovieInfo
โ”‚ย ย  โ”‚ย ย      โ”œโ”€โ”€ MovieInfoElements.js
โ”‚ย ย  โ”‚ย ย      โ””โ”€โ”€ MovieInfo.js
โ”‚ย ย  โ””โ”€โ”€ theme
โ”‚ย ย      โ””โ”€โ”€ global-theme.js
โ””โ”€โ”€ yarn.lock

21 directories, 52 files

stream.it's People

Contributors

nparashar150 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.