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.
- Host: GitHub
- URL: https://github.com/dylanbuchi/job-hunt-tracker
- Owner: dylanbuchi
- Created: 2022-11-22T11:43:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T12:42:18.000Z (about 2 years ago)
- Last Synced: 2025-01-03T18:15:43.116Z (4 months ago)
- Topics: chakra-ui, express, full-stack, mongodb, nodejs, reactjs, typescript
- Language: TypeScript
- Homepage: https://job-hunt-tracker.netlify.app/
- Size: 244 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
[](https://chakra-ui.com/)### Backend:
[](https://nodejs.org/en/)
[](https://www.typescriptlang.org/)
[](https://expressjs.com/)
[](https://www.mongodb.com/)---
Website: https://job-hunt-tracker.netlify.app/
![]()
![]()
---
# ⌨️ 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/)