SWCH helps you organize your job search by integrating job postings with workflow management.
- Run
npm install
to install all dependencies
$ npm install
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.
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
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