Coder Social home page Coder Social logo

elevate-lab / inclusivo-complete Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 4.0 125.99 MB

With a mission to help get jobs to everyone, Inclusivo is focused upon diversity hiring. We belong, You belong.

Python 9.23% CSS 6.16% JavaScript 37.66% HTML 6.11% SCSS 0.14% Java 40.70%

inclusivo-complete's Introduction

inclusivo

With a mission to help get jobs to everyone, Inclusivo is focused upon diversity hiring. We belong, You belong.

Inclusivo is an online platform that makes it easier for people from underprivileged communities to find and get relevant jobs in their respective fields. We connect job seekers and job givers by focusing exclusively on inclusion; we support women, working mothers, the specially challenged, the veterans, LGBTQIA+ folks, and other underrepresented communities.

Figma Design

https://www.figma.com/file/HM6gDn00Ivq9yhK2WCQptU/Inclusivo?node-id=2%3A243

Get it on Google Play Store

https://play.google.com/store/apps/details?id=com.dsciiita.inclusivo

WEB APP

To run web app locally:

  • Install required packages using npm i in inclusiv-web directory
  • Go to firebase and create a new project. Go to project settings and register web application
  • Create a new file firebaseConfig.js in inclusive-web/src/firebase/ and add
export const firebaseConfig = {
    apiKey: process.env.REACT_APP_API_KEY,
    authDomain: process.env.REACT_APP_AUTH_DOMAIN,
    projectId: process.env.REACT_APP_PROJECT_ID,
    storageBucket: process.env.REACT_APP_STORAGE_BUCKET,
    messagingSenderId: process.env.REACT_APP_MSG_SENDER_ID,
    appId: process.env.REACT_APP_APP_ID,
    measurementId: process.env.REACT_APP_MEASUREMENT_ID
}
  • Create env file in inclusive-web directory and add the respective keys from config firebase SDK snippet provided in project settings in firebase console
REACT_APP_API_KEY=<apiKey>
REACT_APP_AUTH_DOMAIN=<authDomain>
REACT_APP_PROJECT_ID=<projectId>
REACT_APP_STORAGE_BUCKET=<storageBucket>
REACT_APP_MSG_SENDER_ID=<messagingSenderId>
REACT_APP_APP_ID=<appId>
REACT_APP_MEASUREMENT_ID=<measurementId>
  • Start the development server using command npm start in inclusive-web directory
  • Make sure your server runs on PORT 3000 otherwise the app will throw cors error.

inclusivo-complete's People

Contributors

garvitchittora avatar stygian-96 avatar tejma17 avatar tlazypanda avatar

Stargazers

 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.