Home > Blockchain >  creating a dropdown box
creating a dropdown box

Time:12-19

To give some context i am a beginner in web programming. Just downloaded bootstrap studios a few days back in the attempt to develop an app. not yet used to the environment. i have completed the look of my first page of the app.

here is what i am looking for. i want to create a dropdown that accepts inputs or that can be selected (like a search bar)for multiple items to appear as buttons(or tags) that can be removed and search them in a database i am going to create. can some help me to create something like this. i do not know how to even approach this.

i even saw that bootstrap studios has a custom code feature but i did not understand the article. if some one could give me a step by step analysis it will be good.

hoping to find answers soon Thanks in advance

CodePudding user response:

You can follow points:

  1. Download VS Code text editor, prettier and Emmet extensions, live server to auto refresh webpage/app

  2. Check docs for web technologies, my blogpost cheatsheet

  3. Visit Bootstrap themes and download themes, Dropdown and other elements in your case

  4. Set up local environment to start developing websites or app

  5. Later you can switch to frontend JavaScript libraries like React, Angular, Vue

  6. Node.js, Express.js as backend

CodePudding user response:

Look at too this page: enter link description here

  • Related