MathCourseSelector is a React-based web application designed to provide personalized math course recommendations based on user input. Utilizing Tailwind CSS for styling, this project offers a sleek and responsive user interface for an enhanced user experience.
Live Demo : https://660ec6121b2173105253c86e--flourishing-dieffenbachia-f8b8c3.netlify.app/
- Personalized Course Recommendations: Based on user input regarding their occupation and proficiency level in mathematics, the application suggests relevant math courses.
- User-Friendly Interface: An intuitive interface guides users through the questionnaire process, making it easy to provide input and receive course recommendations.
- Tailwind CSS Styling: Leveraging Tailwind CSS, the project ensures consistent and visually appealing design across all devices.
- Clone the repository:
git clone https://github.com/yourusername/math-course-selector.git
- Navigate to the project directory:
cd math-course-selector
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your web browser and navigate to
http://localhost:3000
- Answer the questionnaire by selecting your occupation and indicating your proficiency level in mathematics.
- Based on your responses, the application will generate personalized math course recommendations.
- Explore the recommended courses and choose the one that best suits your needs.
- React.js
- Tailwind CSS
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests.
- Fork the repository.
- Create your feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature-name
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any inquiries or feedback, please contact adityapwar8909@gmail.com or open an issue on the GitHub repository.
Feel free to adjust any part of this README to better fit your project's structure and requirements!