The Interviews Tracker application is an easy way to register new job application logs, edit the added logs, post possible interview questions and answers, to better prepare for the upcoming interviews.
This is a basic MERN application that has been deployed directly to Heroku using git.
The technology:
- Client is written in React
- Server is a Node.js application using Express.js
- Mongoose is used to persist data to MongoDB
The application performs CRUD operations on the /companies and /questions endpoints.