Skip to content

anthonychung14/gitajob

Repository files navigation


SWCH (switch)

SWCH helps you organize your job search by integrating job postings with workflow management.

Technology Stack, APIs, and Third-party tools

Client Side: React Native

  1. Run npm install to install all dependencies
$ npm install 

Server Setup: Node & Express

All files for the server can be found in the server folder. The server also makes use of the database helper functions in db/db.js.

Database: MongoDB & Mongoose

The Mongodb database has 4 tables: postings, applications, companies, and users (schema can be found in db/config.js).

Database helper functions can be found in db/db.js. These helper functions are used by the request handlers in server/config/requestHandler.js

Future Features

Full feature

  • Copy Wealthfront's Engineering graph instead to display your job application activity

Front-end

  • Modal contexts depending on where you are in pipeline
  • Queue animation + solve the server-window issue
  • Pagination feature instead of infinite scroll
  • Drag and drop functionality a la TRELLO
  • Anime.JS library integration
  • Collapsible bars
  • Integrate contacts into new user flows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published