Ofoe Nelsonofoenelson.hashnode.dev·Mar 7, 2024React Project: Build and Deploy A Search Filter Tool Using React and Netlify--(Part 2)Main Project Setup and House Cleaning To view the live app we will be building, click here. For best viewing use a web browser. Open up Vscode and make sure the folder structure looks exactly like this; Install React-Bootstrap and Bootstrap using t...Reactbuild and deploy
Ofoe Nelsonofoenelson.hashnode.dev·Mar 5, 2024React Project: Build And Deploy A Search Filter Tool Using React And Netlify--(Part 1)What is a Search Filter? A search filter is a feature or tool used within applications, websites and software to help users refine their search results or find a subset of items from a bigger set based on specific requirements. It’s a tool for impro...47 readsReactReact search filter
Ofoe Nelsonofoenelson.hashnode.dev·Mar 1, 2024JavaScript, Deconstructed: Data TypesData Types In computer programming, a data type is a collection of data values. A data type or type for short is a convenient umbrella name for grouping data of similar values. JavaScript has 8 data types namely String, Number, BigInt, Boolean, Und...JavaScript, DeconstructedJavascriptdeconstructed
Ofoe Nelsonofoenelson.hashnode.dev·Feb 23, 2024JavaScript, Deconstructed: VariablesBefore we dive into JavaScript programming, what it is or isn't, what it does or does not do let's a give a little overview of what computer programming is. Computer Programming Computer programming or coding is the writing of sequences of instructio...26 readsJavaScript, DeconstructedOfoeNelson