An open API service indexing awesome lists of open source software.

https://github.com/dylanbuchi/job-hunt-tracker

A full-stack MERN project that allows users to register and login into their accounts to create, track, and manage their job applications. Frontend with React, TypeScript, and ChakraUI. Backend with Node.js, TypeScript, Express, and MongoDB.
https://github.com/dylanbuchi/job-hunt-tracker

chakra-ui express full-stack mongodb nodejs reactjs typescript

Last synced: 2 months ago
JSON representation

A full-stack MERN project that allows users to register and login into their accounts to create, track, and manage their job applications. Frontend with React, TypeScript, and ChakraUI. Backend with Node.js, TypeScript, Express, and MongoDB.

Awesome Lists containing this project

README

        

# job-hunt-tracker

A full-stack MERN project that allows users to register and login into their accounts to create, track, and manage their job applications.

### Frontend:
[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![ChakraUI](https://img.shields.io/badge/Chakra--UI-319795?style=for-the-badge&logo=chakra-ui&logoColor=white)](https://chakra-ui.com/)

### Backend:
[![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)](https://nodejs.org/en/)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Express](https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white)](https://expressjs.com/)
[![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://www.mongodb.com/)

---

Website: https://job-hunt-tracker.netlify.app/



Register
       
Home

---

# ⌨️ Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :-------------- | :--------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm start` | Starts local dev server at `localhost:3000` |
| `pnpm run build` | Build your production site |

## Author

- Website - [Dylan Buchi](https://dylanbuchi.com/)