π‘ Self-taught Developer | π§ Math Lover | π§ Java Enthusiast
I'm a passionate self-taught developer currently learning Java and working on Chik Chok IDE β an intuitive, beginner-friendly code editor for Java learners.
- π― Interested in mathematics and algorithmic thinking
- π Learning Java (OOP, tools, compilers)
- π Building Chik Chok IDE β a smart Java playground
- π€ Always open to new ideas and collaboration
- π« Reach me at: chikchok512@gmail.com
A Java IDE for students and beginner developers.
Built to simplify learning and enhance productivity.
- β Syntax Highlighting
- β Realtime Suggestions
- βοΈ Cloud Sync via Firebase
- π₯ Community Code Library
public class Hello {
public static void main(String[] args) {
System.out.println("π Welcome to Chik Chok IDE!");
}
}