An open API service indexing awesome lists of open source software.

https://github.com/mahmovdsayed/software-development


https://github.com/mahmovdsayed/software-development

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Software Development Track Recommender

This C++ program helps users determine which software development track they should pursue and what programming languages they should learn based on their area of interest.

## Features

- Prompts the user to enter their area of interest in software development (Web, Mobile, Game, Data Science, or AI/ML)
- Provides a recommended software development track based on the user's input
- Suggests a list of programming languages the user should learn for their chosen track

## Usage

1. Compile the program using a C++ compiler (e.g., `g++` or `clang++`):
2. Run the compiled program:
3. Follow the prompts in the console to enter your area of interest.
4. The program will then display the recommended software development track and the programming languages you should learn.

## Example

What are you interested in developing? (Web, Mobile, Game, Data Science, or AI/ML): Game
Recommended software development track: Game Development
Programming languages to learn: C++, C#, Java, Python

## Contributing

If you have any suggestions or find any issues, feel free to create a new issue or submit a pull request.

## License

This project is licensed under the [MIT License](LICENSE).