Empowering careers with smarter tools
WorkWise is a sleek, user-friendly web application designed to simplify essential career calculations. Whether you're planning your last working day, estimating your salary hike, or tracking your work experience, WorkWise has you covered.
- Notice Period Calculator: Calculate your last working day based on your start date and notice period.
- Salary Hike Calculator: Estimate your new salary after a raise.
- Hike Percentage Calculator: Quickly determine the percentage increase in your salary.
- Work Experience Calculator: Track your total work experience.
- Framework: Next.js 15
- State Management: Redux 8.1
- Styling: Tailwind CSS
- Hosting: Vercel
Ensure you have the following installed:
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/workwise.git
- Navigate to the project folder:
cd workwise - Install dependencies:
npm install
To run the development server:
npm run devVisit http://localhost:3000 in your browser.
/ (root)
|-- /app
|-- /components
|-- /redux
|-- /styles
|-- /public
|-- /utils
|-- /assets
|-- next.config.js
|-- tailwind.config.js
|-- package.json
The project is deployed using Vercel. To deploy your own version:
- Push your changes to GitHub.
- Connect your repo to Vercel.
- Click "Deploy."
Check out the live version here: WorkWise
Contributions are welcome! If you'd like to improve the app, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature" - Push the branch:
git push origin feature/your-feature-name
- Open a Pull Request.
This project is licensed under the MIT License.
© 2025 WorkWise. Built with ❤️ and ☕ by blogtheorem.
