Pinned Repositories
coinCollectorGame
its a small demo game similar to snake created usning JS DOM manipulation and Events.. Animation is achieved using transform property. A timer is added to control game time. score board is added using DOM methods. no JS library is used.
keralaTourism
a demo website of kerala tourism department
MazeGame
A simple Maze game Using Matter JS library. Adiffernet Maze is created each time game loads. maze genarated using a recursive algorithm. Fully responsive and Mobile support added.
MovieFight
An AJAX single page application that can be used to compare Hollywood movies. work with data from a free API. contains a reusable autocomplete widget developed from scratch. Styling done with Bulma css framework.
nodewatcher-NPM-package
nodewatcher is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
Shopping-Cart-demo-with-React
A n exercise to practice REACT state as Props concept using react hooks
Tic_Tac_Toe
a Tic Tac Toe Game with Unbeatable AI. All the javascript code code written in OOP paradigm. used bootstrap and Jquery
TicTacToe_React
A Fully Functional Tic Tac Toe Game Built using React Hooks, styled-components, react-modal. The game has option to select 3 difficulty levels and uses unbeatable AI in hardest level.
timerWidget
A cool animated Timer widget using vanilla JavaScript. coded uding OOP paradigm. Animation implemented with help of SVG elementns. Responsive Design and Compatable with Mobile
harikrishnan-a-k's Repositories
harikrishnan-a-k/keralaTourism
a demo website of kerala tourism department
harikrishnan-a-k/MazeGame
A simple Maze game Using Matter JS library. Adiffernet Maze is created each time game loads. maze genarated using a recursive algorithm. Fully responsive and Mobile support added.
harikrishnan-a-k/MovieFight
An AJAX single page application that can be used to compare Hollywood movies. work with data from a free API. contains a reusable autocomplete widget developed from scratch. Styling done with Bulma css framework.
harikrishnan-a-k/nodewatcher-NPM-package
nodewatcher is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
harikrishnan-a-k/Shopping-Cart-demo-with-React
A n exercise to practice REACT state as Props concept using react hooks
harikrishnan-a-k/Tic_Tac_Toe
a Tic Tac Toe Game with Unbeatable AI. All the javascript code code written in OOP paradigm. used bootstrap and Jquery
harikrishnan-a-k/TicTacToe_React
A Fully Functional Tic Tac Toe Game Built using React Hooks, styled-components, react-modal. The game has option to select 3 difficulty levels and uses unbeatable AI in hardest level.
harikrishnan-a-k/timerWidget
A cool animated Timer widget using vanilla JavaScript. coded uding OOP paradigm. Animation implemented with help of SVG elementns. Responsive Design and Compatable with Mobile
harikrishnan-a-k/art-shoppe
MEAN Stack Project, E-Commerce Website for Artists to Sell their works.
harikrishnan-a-k/binaryCalculator
a simple implementation of binary number calculations
harikrishnan-a-k/callback_promise_await_comparisonExample
a demo code to illustrate the how adorable your code can become when using promises and wait instead of nested callbacks.
harikrishnan-a-k/caseStudy1-todoListApp
a todo List app with jQuery ajax and Promise
harikrishnan-a-k/fakeserver
json file for fake server
harikrishnan-a-k/form-Validation-with-OOP
A demonstration of how OOP concept can be used for form validation. same code is written using two syntax, Constructor Function and class keyword
harikrishnan-a-k/Grocery_shopping_list
A simple table implementation using AJAX calls. AJAX implemented with axios librabry and async function. Table is made responsive so that in mobile it turns into a list.
harikrishnan-a-k/java_lessons
harikrishnan-a-k/javaScriptClassAssignment4
harikrishnan-a-k/lib-soft
A bootstrap 4 design of a blog site with form validation using vanila JS
harikrishnan-a-k/LibraryAppWithExpressAndMongoDB
An application demonstrating CRUD operations using Mongo DB, uses node and Express. Also includes User authentication using Session
harikrishnan-a-k/LibraryAppWithNode
a sample Blog site for books created using Node and Express JS
harikrishnan-a-k/npm-expansions
Send us a pull request by editing expansions.txt
harikrishnan-a-k/patatapClone
a simple clone of patatap website which play animation and sound on keypress or touch. uses paper.js
harikrishnan-a-k/ProductsApp-MEAN_Stack_Project
A Demo MEAN Stack App demonstrating CRUD operations, JWT authentication, Route Guard, etc, Uses Material Components
harikrishnan-a-k/progressCardSample
a coding contest problem to create sample progress card from a form input
harikrishnan-a-k/react-context-api
code demonstracting react context api
harikrishnan-a-k/testRepo2
this is the second test repository for experimenting with git commands
harikrishnan-a-k/Todo-List
Todo List using Jquery and firebase
harikrishnan-a-k/Todo-with-Firebase
A todo list app created with jQuery and firebase. . List it sortablle with drag and drop. Option to login with Google account and save update and delete your lists . firestore databse is used
harikrishnan-a-k/udemy-dl
A cross-platform python based utility to download courses from udemy for personal offline use.
harikrishnan-a-k/useReducerTutorial
small react code snippets to demonstrate useReducer hook