This project is a demo for Koolitus career path questionnaire web application built using React and Tailwind CSS. The app allows users to answer a series of questions related to their career paths. Additionally, users can select their preferred language to view the questions. The available languages include English, Russian, and Estonian.
- Multi-Language Support: Users can choose to view the questionnaire in English, Russian, or Estonian.
- Career Path Questions: A series of questions designed to help users reflect on their career choices.
- Responsive Design: The app is responsive and works well on desktops, tablets, and mobile devices.
- Tailwind CSS: A utility-first CSS framework used for styling, allowing for easy customization and a clean UI.
- React: Dynamic components for rendering the questionnaire and handling user input.
- React: Frontend JavaScript library for building user interfaces.
- Tailwind CSS: Utility-first CSS framework for styling the app.
Make sure you have the following installed on your system:
- Node.js (v14 or higher)
- npm
-
Clone the repository:
git clone https://github.com/ehsaantech/koolitus-demo.git cd koolitus-demo
-
Install the dependencies:
npm install
To start the development server, run the following command:
npm run dev
This will start the application at http://localhost:3000
.