In my days of freelancing, I once got a client whom I helped with a number of tasks as his virtual assistant. One such task was applying to jobs and filling in the job application details in a spreadsheet he had prepared. What intrigued me most, was how the email part would update dynamically, if the email was read, bounced or pending.Coming to the end of my software engineering journey, I feel empowered to build one such tool that achieves such functionality among a horde of others. This, I believe will help not only I, but the entire ALX community as we go into yet another phase of our lives. A phase of making job applications.
This is a Next.js project bootstrapped with yarn create next-app
.
- Clone the repository
git clone https://github.com/kibucjw/jobtrail
- Install dependencies
# Preffered
yarn
# or
npm i
# or
- Run the development server:
# Preffered
yarn dev
# or
npm run dev
# or
pnpm dev
# or
bun dev
- Open http://localhost:3000 in your browser.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository as well
Contributins from the community are more that welcome! If you have suggestions or improvements, please follow these steps:
- Fork the repository.
- Create a new branch
git checkout -b feature/YourFeature
. - Make your changes.
- Commit your changes
git commit -am 'Add new feature'
. - Push to the branch
git push origin feature/YourFeature
. - Open a Pull Request with a clear description of the changes.
MIT © Joseph Kibuchi