Coder Social home page Coder Social logo

innerview's Introduction

Innerview

.___ ____ _.
| | ____ ____ ___________ \ \ / /|| ______ _ __ | |/ \ / _/ __ _ __ \ \ Y / | |/ __ \ / / / | | | \ | \ /| | / \ / | \ /\ / ||| /
| /___ >| _/ ||_ >/_/
/ / / /

A database for codesmith alumni to provide a detailed description of their interviews at different companies. This will allow others to get a feel of the interview process/challenges for different positions/companies, in turn allowing them to better prepare.

A basic sign-in process will allow users to login and access the database, which will immediately load in order of original posting.

the client uses react hook to select different paths to render, the heirarchy of which is shown below: (it's hard to format things like this and the interface page is the only complicated one so thats the only one I'm gonna completely show)

                              Index
                                V
                                V
                               App
            use react router to select a path to render
                                V
                                V

'/interface' '/login' '/'(frontpage) '/post' '/signup'
V V
V V feedContainer navbar V V useEffect triggers fetch to backend for all posts in db A new interview container is created for each post returned the data corresponding to each post is passed down in a prop V V InterviewContainer (xMany) V V HeaderContainer bodyContainer V V V V Job position Five different info fields for each interview poster name company name

After login, the primary use of the app sits on the /interface file. All posts pulled from the db load their own interview container.

protip! State is managed differently when using react router vs useNavigate. See the distinction in the documentation below -https://stackoverflow.com/questions/64566405/react-router-dom-v6-usenavigate-passing-value-to-another-component -https://medium.com/frontendweb/how-to-pass-state-or-data-in-react-router-v6-c366db9ee2f4#:~:text=With%20react%2Drouter%2C%20you%20pass,one%20component%20to%20another%20component

Stretch goals: -Add a field to query the results from the db by location or company name -clean data upon entry to prevent bad acting and to ensure homogeneity of queriable fields ie: nyc, NYC, newyorkcity = > New York City in database -add patch and delete functionalities. patch -> only available to the user who made the post delete -> only available to the user who made the post; also available to admin?

  • add admin functionality

innerview's People

Contributors

stphnl avatar brachburdick avatar lawrcode avatar lawliang avatar maggiekwan 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.