Skip to content

Latest commit

 

History

History
130 lines (74 loc) · 6.71 KB

RDME_OLD.md

File metadata and controls

130 lines (74 loc) · 6.71 KB

Project Lists

# Project Live Demo Details
01 Counter Live Demo More
02 DadJokes Live Demo More
03 Form Validation Live Demo More
04 Random User Live Demo More
05 Morse Code Translator Live Demo More
06 Basic Calculator Live Demo More
07 Normal Calculator Live Demo More
08 Scientific Calculator Live Demo More
09 Simple Todo App Live Demo More
10 Profile Form & Card Live Demo More
11 PC Component Filtering Live Demo More
12 Weather App Live Demo More
13 Testimonial Slider Live Demo More
14 Animation on Scroll Live Demo More
15 Search Field Reveal Live Demo More
16 Question List & Progress Live Demo More

Project Details

Counter

  • A simple counter project with reset counter functionality.

DadJokes

  • Getting random dad jokes by calling an api in asynchronous manner.

Form Validation

  • Client side form validation using JavaScript. In addition, it has a success registration message and preview submitted form(readonly).

Random User

  • This is a random user generator web app. In this project I used API to generate random user info. Every time you reload page/click generate btn, you'll see a new user.

Morse Code Translator

  • It's easy to use Morse Code Translator, translate Morse code to text, and text to Morse code.

Basic Calculator

  • JavaScript Basic Calculator

Normal Calculator

  • JavaScript Normal Calculator

Scientific Calculator

  • JavaScript Scientific Calculator

Simple Todo App

  • It's a kinda TODO site where anyone can add todo, complete, and delete them. I've worked with the date object too in this project.

Profile Form and Card

  • This is a dynamic form with profile card using JavaScript. Also one profile can be deleted.

PC Component Filtering

  • It is a filtering web app using JavaScript. There are some computer parts which user can filter and know about specific part of a computer like input devices, output devices etc.

Weather App

  • It is a weather web app where user can see current weather by searching city name. I used an API for weather and developed in JavaScript.

Testimonial Slider

  • Created this testimonials section of a website using JavaScript and it was really fun coding this project.

Animation on Scroll

  • I use the scroll event in this project. Basically when you scroll down new content will show up with animation.

Search Field Reveal

  • A simple implementation of classList toggle method. Also, css transition and transform property were utilized for animation.

Question List and Progress

  • This javascript project utilizes common use cases of DOM APIs like selecting elements, creating element, and updating the ui.

Modal

  • Newsletter call to action Modal

Advanced Todo

  • An advanced to web application with todo state filtering and edit/delete functionality

Retro Calculator

  • A Retro Style classic calculator web project with physical keyboard supported.