Hi,My Name is Aaron Savin Thomas,I am from India and I love designing websites, write computer programs and furthermore I'm a frontend web developer
and I've designed a couple of websites including this one. and I recently participated in the following events
My frist MUN (Model United Nations) in which I got honorable mention
Hi 🙋♂️,
I'm a | Programmer | Video Editor | Developer from India.
Visits
Languages and Tool
Projects
Here are all the past projects that I worked on. Some of these projects were created by using HTML, CSS, JS, Node, Python and other modules. This is a work in progess and more portfolio projects will soon be released. Stay Tuned for that!
1.Chat
Chat is a website where you can chat with each other without signing up or logging in Click Here to visit it
2.To Do List
A simple to do list you can use Click Here to visit it
3.Password Manager
You can save and generate passwords for any websites Click Here to visit it
4.Cat Clock
A Simple Clock with few extra features Click Here to visit it
If you have any project that you want to get started with, or think you need my help,or want to report a bug then get in touch!
Report
Elements
Text
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';