Skip to content

Latest commit

 

History

History
62 lines (31 loc) · 1.98 KB

README.md

File metadata and controls

62 lines (31 loc) · 1.98 KB

My Miscellaneous Projects

This is a repository for all my small Projects which I do to pass my time or when I am learning something new :

Demo of All my Miscellaneous Projects with code :

01. Time-Tracker :

A Simple Javascript Time Tracker to store your daily Activities

timetracker

Source Code : https://github.com/kushtej/my-miscellaneous-projects/tree/master/Time-Tracker

02. Custom-Routing :

A Javascript Custom Routing through various pages without Page-Refresh.

Routing

Source Code : https://github.com/kushtej/my-miscellaneous-projects/tree/master/Custom-Routing

03. Quote Book :

A Simple Quote book implemented as a Part of Learning PHP.

qoutebook

Source Code : https://github.com/kushtej/my-miscellaneous-projects/tree/master/Quotes

04. Attendence Management System :

Attendence management system with downloadable csv file implemented as a Part of Learning PHP.

attendence

Source Code : https://github.com/kushtej/my-miscellaneous-projects/tree/master/Attendence-Management-System

05. Md-to-HTML :

A Simple basic implementation of Markdown to HTML on the fly.

mdToHTML

Source Code : https://github.com/kushtej/my-miscellaneous-projects/tree/master/MD-to-HTML

06. NodeJS Login System :

A Login system for NODEJS using MySQL database with all frontend and backend Validation.

nodejsloginsystem

Source Code : https://github.com/kushtej/my-miscellaneous-projects/tree/master/nodejs-login-system

07. React Pagination :

My first implementaion task of React which includes a simple pagination

pagination

Source Code : https://github.com/kushtej/my-miscellaneous-projects/tree/master/pagination