AI Billion Career - Career Planning Platform for AI Industry
Published:
A comprehensive tool built with React, Vite, and Supabase to help individuals plan and navigate their careers in the AI industry.
Project Structure
The project is organized into the following directories:
ai-career-dashboard/: The main frontend application built with React, Vite, and Supabase. For detailed information on the dashboard, please see the dashboard README.code/: Contains Python scripts used for various data analysis and processing tasks related to AI career data.docs/: A collection of research documents, analysis reports, and planning materials that support the project.extract/: Raw data files in JSON format, used by the dashboard and analysis scripts.supabase/: Configuration and migration scripts for the Supabase backend.
Getting Started
To get started with the main application, navigate to the ai-career-dashboard directory and follow the instructions in its README.md file.
cd ai-career-dashboard
npm install
npm run dev
Contributing
Contributions are welcome. Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.
License
CC BY NC-ND 4.0
