This project is designed for learning JavaScript fundamentals and concepts through practical examples and exercises. It contains various JavaScript examples, exercises, and mini-projects to help learners understand core JavaScript concepts.
| Frontend | Backend API |
|---|---|
| HTML5 semantic markup | RESTful API design |
| CSS3 animations and transitions | JWT authentication |
| Modern JavaScript (ES6+) | Input validation and sanitization |
| DOM manipulation and event handling | Error handling and logging |
| Responsive design principles | API documentation with Swagger |
Browser → Frontend → Flask API Server
-
Clone the repository
git clone https://github.com/Antech-greyhat/JsLearn.git cd JsLearn -
Backend setup
# This project is frontend-only, no backend setup required echo "Skipping backend setup - frontend focused learning project"
-
Frontend setup
# No installation required - simply open HTML files in browser echo "Open story.html or any HTML file in the script/ directory to view examples"
Made with ❤️ by Antech-greyhat