Vocanova is a modern job recommendation and career enhancement platform built with React and Tailwind CSS. It provides personalized job recommendations, resume analysis, mock interviews, and profile management features.
- β Smart job recommendations based on user profile
- π Resume analysis and feedback
- π€ Mock interview simulations
- π Job application tracking
- π€ Full profile & settings management
- π§ Skill-based filtering and suggestions
- Frontend: React, Tailwind CSS, Material Tailwind
- Routing: React Router
- State Management: React Context API
- Icons: Heroicons, React Icons
src/
βββ components/ # Reusable UI components
βββ pages/ # Main views (Profile, Settings, etc.)
βββ Context/ # App-wide state
βββ App.jsx # Root app logic and routing
βββ main.jsx # ReactDOM rendering
-
Clone the repo:
git clone https://github.com/Marcuii/vocanova.git cd vocanova -
Install dependencies:
npm install
-
Run the development server:
npm run dev
This project is open-source and free to use under the MIT License.
Pull requests are welcome. For major changes, please open an issue first to discuss.