Code Monkey home page Code Monkey logo

palindromicperfectnumbers's Introduction

Project : Palindromic and Perfect Numbers Lists

Check The Live Website ➡️ Live Website

Visualization of the Website

Form

Description

What is the palindromic numbers?

A palindromic number (also known as a numeral palindrome or a numeric palindrome) is a number (such as 16461) that remains the same when its digits are reversed. In other words, it has reflectional symmetry across a vertical axis. The term palindromic is derived from palindrome, which refers to a word (such as rotor or racecar) whose spelling is unchanged when its letters are reversed.
The first 30 palindromic numbers (in decimal) are:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33, 44, 55, 66, 77, 88, 99, 101, 111, 121, 131, 141, 151, 161, 171, 181, 191, 202, … Wikipedia

What is perfect numbers?

Perfect Number: In number theory, a perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number itself. For instance, 6 has divisors 1, 2 and 3, and 1 + 2 + 3 = 6, so 6 is a perfect number. Wikipedia

Learning Outcomes

At the end of the this coding challenge, students will be able to;

  • analyze a problem, identify and apply programming knowledge for appropriate solution.

  • demonstrate their knowledge of algorithmic design principles by using JavaScript effectively.

Problem Statement

  • Take one or two inputs from user. List the results in the relevant fields using two different buttons.

  • Examples:

    • if top low limit is 0 and limit value is 1000. List all palindromic and perfect numbers between 0 and 1000.

    • if top low limit is 50 and limit value is 100. List all palindromic and perfect numbers between 50 and 100.

Project Skeleton

Image Gellery Project(folder)
|
|----README.md
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── Picture.jsx
│    ├── pages
│    │       ├── Homepage.jsx
│    ├── helper
│    │       └── data.js
│    ├── styles
│    │       ├── style.css
│    ├── App.js
│    ├── index.js
└── package.json

Overview

I mastered HTML & CSS & JS & ReactJS features in this project. You can see the visual representation of the website above.

⌛ Happy Coding ✍

palindromicperfectnumbers's People

Contributors

skycooper avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.