Giter Site home page Giter Site logo

on-deck-newsfeed's Introduction

On Deck coding challenge: newsfeed

Screenshot 2021-12-10 at 22 35 07

Screenshot 2021-12-10 at 22 35 18

Launch newsfeed

  1. Clone it: git clone https://github.com/supalarry/on-deck-newsfeed.git
  2. Open the folder: cd on-deck-newsfeed
  3. Install the dependencies: yarn install
  4. Run the dev server: yarn dev
  5. Open http://localhost:3000

What is this newsfeed about

This project portrays a simplified slice of On Deck community platform. It has been done as a part of application process.

Feed has users participating in three fellowships:

Newsfeed shows relevant posts for each fellowship. The posts are loaded lazily and are ordered by newest first. The goal is to keep users up to date and to facilitate collaboration between them.

Project structure

Tech stack:

  • Next.js,
  • TypeScript,
  • Sqlite3,
  • Apollo server,
  • Apollo client,
  • React.

Folder structure:

  • components/ — reusable React components;
  • features/ — newsfeed feature is stored here;
  • pages/ — the usual Next.js page structure;
  • graphql/ — GraphQL server, schema, resolvers, DB connection;
  • scripts/ — contains the SQL script used for creating and populating the tables in db.sqlite.
  • shared/ — types and constants.

on-deck-newsfeed's People

Contributors

stevenschmatz avatar supalarry avatar thaumant 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.