You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone the repository
git clone https://github.com/Xjectro/c-sharp-lessons.git
# Navigate to project foldercd c-sharp-lessons
# Run any lessoncd Sources/Welcome
dotnet run
๐ฏ Learning Path
Start with Welcome ๐
Learn Variables and data types ๐
Explore If-Statements for decision making ๐ค
Master Loops for iteration ๐
Learn OOP concepts ๐๏ธ
Advance with Advanced topics ๐
๐ฎ Fun Features
๐ Achievement System
โ Beginner: Complete first 5 lessons
โ Developing: Finish OOP topics
โ Expert: Complete all lessons
โ Master: Create your own project!
๐ก Pro Tips
๐ก Tip #1: Try modifying the code after running each lesson!
๐ก Tip #2: Don't be afraid of errors, read the error messages and try to understand them!
๐ก Tip #3: Try using these codes in your own projects!
๐ค Contributing
This project is open source and we welcome your contributions!