Giter Site home page Giter Site logo



Hi!!!, Anshul here 👋

I love open-source! On my GitHub, You will find many repositories in C++, Java, Python. I am currently working on School Management System that is made possible by PHP and laravel.

  • 🔭 I’m currently working on my skills.
  • 🌱 I’m currently learning Mobile Computing.
  • 👯 I’m looking to collaborate on
  • 🤔 I’m looking for help with ...
  • 💬 Ask me about Anything?..
  • 📫 How to reach me: Mail me
  • 😄 Pronouns: Definitely NOT!
  • ⚡ Fun fact: Kids ask 300 questions a day, I can ask 301.

Not So fun fact: I am not good with whiteboard coding.

Anshul's github stats

📱 Contact 🔝

Badge URL
https://web.whatsapp.com/
https://[email protected]
https://outlook.office365.com/[email protected]

👨 Social 🔝

Badge URL
https://www.facebook.com/anshulsingh604
https://www.instagram.com/anshulsingh604/
https://twitter.com/AnshulK80494285
https://www.linkedin.com/in/anshulkumarsingh604/
https://github.com/anshul-singh604

💻 OS 🔝

Badge URL
https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white
https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black
https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white
https://img.shields.io/badge/Kali_Linux-557C94?style=for-the-badge&logo=kali-linux&logoColor=white
https://img.shields.io/badge/Windows_95-008080?style=for-the-badge&logo=windows-95&logoColor=white
https://img.shields.io/badge/Windows_XP-003399?style=for-the-badge&logo=windows-xp&logoColor=white

🚀 Skills 🔝

Badge URL
https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white
https://img.shields.io/badge/HTML-239120?style=for-the-badge&logo=html5&logoColor=white
https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white
https://img.shields.io/badge/CSS-239120?&style=for-the-badge&logo=css3&logoColor=white
https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white
https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black
https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E
https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white
https://img.shields.io/badge/Python-14354C?style=for-the-badge&logo=python&logoColor=white
https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white
https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white
https://img.shields.io/badge/C%23-239120?style=for-the-badge&logo=c-sharp&logoColor=white
https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white
https://img.shields.io/badge/PHP-777BB4?style=for-the-badge&logo=php&logoColor=white
https://img.shields.io/badge/Jupyter-F37626.svg?&style=for-the-badge&logo=Jupyter&logoColor=white
https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
https://img.shields.io/badge/AngularJS-E23237?style=for-the-badge&logo=angularjs&logoColor=white
https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
https://img.shields.io/badge/MySQL-00000F?style=for-the-badge&logo=mysql&logoColor=white
https://img.shields.io/badge/Microsoft_Excel-217346?style=for-the-badge&logo=microsoft-excel&logoColor=white
https://img.shields.io/badge/Microsoft_PowerPoint-B7472A?style=for-the-badge&logo=microsoft-powerpoint&logoColor=white
https://img.shields.io/badge/Microsoft_Access-A4373A?style=for-the-badge&logo=microsoft-access&logoColor=white
https://img.shields.io/badge/Microsoft_Office-D83B01?style=for-the-badge&logo=microsoft-office&logoColor=white
https://img.shields.io/badge/Google%20Sheets-34A853?style=for-the-badge&logo=google-sheets&logoColor=white
https://img.shields.io/badge/Visual_Studio_Code-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white
https://img.shields.io/badge/Visual_Studio_2019-5C2D91?style=for-the-badge&logo=visual%20studio&logoColor=white

If you wanna discuss stuff around web or ask me anything directly message me on Instagram.

anshul-singh604's Projects

book-form- icon book-form-

When you write the code for your form, you must use the HTML5 tags that are appropriate to replicate the form and fulfill all the specifications listed below. 1. Code the form with autocomplete active. 2. Given the image shown in Figure 1, it is easy to see that two fieldsets are used to create the main structure of the form. Your task is to create the fieldsets with the names Customer Info and Books respectively. Don’t worry about the content fields for the moment. 3. The Name input field you create should have, should set placeholder text as “Enter your name”, set field type as ‘text’ and it should be a mandatory (‘required’) field. Element name should be: ‘cusname’. 4. The Telephone input field type should be ‘tel’, placeholder text should be “Pattern: 234-567-8910”, a pattern to restrict the entry and it should be a mandatory (‘required’) field. The pattern should be of the type [ Pattern: 234-567-8910]. Element name should be: ‘telephone’. 5. The Email address field should have placeholder text as “Enter your email address” and allow multiple entries. This field should also be a mandatory (‘required’) field. Element name should be: ‘mail’ and type should be: ’email’. 6. The Quantity (Maximum 5) field should have a minimum value of 1 and a maximum value of 5. Element name should be: ‘quantity’ and type should be: ‘number’. 7. The Books field should have a data list. You can select the content you would like to list. The ‘name’ attribute value of the ‘input’ tag for the list is ‘book’ and the ‘list’ attribute value should be ‘books’. The ‘id’ attribute for the data list tag is ‘books’ and it should be available with the following options : HTML5 – Bruce Lawson and Remy Sharp HTML5 : Up and Running – Mark Pilgrim Head First HTML5 Programming – Eric Freeman Mastering HTML,CSS and JavaScript – Laura Lemay

dsa-by-aks icon dsa-by-aks

Data Structures and Algorithms Self Paced Course Learn Data Structures & Algorithms at your own pace to prepare for top product-based companies like Amazon, Uber, Adobe, etc

zen-bank-login icon zen-bank-login

ZEN Bank is one of the fastest growing bank in India. It needs to automate all the transactions performed in the bank. As a beginning of this process, they are developing the Login page which will take the user name and password as inputs. To facilitate this requirement enhance the designed Web page “ZEN BANK - LOGIN” which has the below fields. All validations should be based on HTML 5 (Do not use JavaScript). All fields are mandatory. Label Name Component Name Description User name userName To enter the user name of the customer. The text “Enter your user name” should be displayed by default in the text box. When the user starts entering the value, this text should disappear. Password password To enter the password of the customer. The text “Enter the password” should be displayed by default in the text box. At present when the password is entered the text is visible. Make the necessary changes so that the text entered for password is masked. Password can contain alphabets, numbers and underscore. It should contain a minimum of 8 and a maximum of 15 characters. Remember me rememberMe This component is a check box. Make the necessary changes to change this radio button to a check box. submit Value of this component is Sign In and its type is 'submit'. reset Value of this component is Clear and its type is 'reset;. Note: 1. The heading should be done using <h1> tag with the text : “ZEN BANK - LOGIN”. 2. Do not change the given template. Write necessary code only in the provided places. Sample Webpage: On providing the values the web page should look as follows : Important Note : Please, specify the all the component/element names as specified in the description.

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.