Create a Card Grid in ReactHere is our card shuffler. Now we want to go through the state of our cards and display it in a grid.Feb 7, 2022Feb 7, 2022
Creating a Card Shuffler in a Memory Game with ReactIn order to create a project, you need to have Node >= 14.0.0 and npm >= 5.6 running on your machine.Jan 31, 2022Jan 31, 2022
What are lifecycle methods?Every component in React goes though a lifecycle. The lifecycle of events can be to mount, update, and unmount.Nov 19, 2021Nov 19, 2021
Redux is a library you can use with any UI framework, or without.After creating a redux store, inside the update you will be getting the store state, extracting the data needed, and updating the UI with…Nov 19, 2021Nov 19, 2021
Understanding React RoutingWhen a user clicks on a link and is directed to a URL, the user is initiating a route.Nov 19, 20211Nov 19, 20211
Uploading images in React and Save in RailsOne of the exciting things about React is the easy implementation of image uploads.Nov 1, 2021Nov 1, 2021
Easy TravelEasy Travel is an app meant to help users plan trips and save their travel plans.Aug 24, 2021Aug 24, 2021
Many-to-Many Relationship and Simple Calendar Rails GemI decided to create a Salon Managing application for my third project at Flatiron Bootcamp.Jul 4, 2021Jul 4, 2021
Sinatra Meal Prep AppI created this project for Phase 2 of Flatiron Bootcamp. It’s structured as a CRUD, MVC(Models-Views-Controllers) app using Sinatra.Apr 26, 2021Apr 26, 2021