aloncohenn / trapp-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TrApp

TrApp tracks your applications to developer jobs, allowing you to focus on the job search. Create todo lists, get curated interview prep videos for each job application, and organize where you are in the timeline of each application.

Add Job Demo

Dashboard Screenshot

Tech Stack

Server repo

API

/api
.
├── /auth
│   └── POST
│       └── /auth
├── /jobs
│   └── GET /
│       ├── /
│       └── /:jobId
│   └── POST
│       └── /:_id
│   └── PATCH
|       └── /:_id
│   └── DELETE
|       └── /:_id
├── /todos
│   └── GET
│       ├── /:job_id
│       └── /get_todo/:_id
│   └── POST
│       └── /add_todo
│   └── PATCH
|       └── /update_todo
│   └── DELETE
|       └── /delete_todo/:_id
├── /users
│   └── POST
│       └── /signup

Team

About


Languages

Language:JavaScript 83.6%Language:CSS 13.7%Language:HTML 2.6%Language:Shell 0.1%