git clone
[Insert github link]
git pull
- this will pull whatever update there is from this repo to your local computer
git fetch && git merge
- this will fetch, and merge into your local, you can also do this seperately git fetch
, git merge
This only has the barebone on the html on a personal website
This added styling to the html workshop
This is the 3rd workshop where it added some javascript functions
This is a workshop from Spring 2023 - where we created a pokedex and fetching the pokemon from the api
This is the workshop from Fall 2023 - where we created a to do random things and fetching the list of thing to do from an api
This, we recreate the counter from the javascript workshop into a react base instead of html+css
This is the starter code for the calculator to follow along. Please go to this link for the react-starter-code: https://github.com/macyso12/react-starter-code
This is the calculator complete code that is made by Krish
This is the complete code to a ToDo Application linked with Firebase with firestore realtime database
This is the complete code to a Login Application using Firebase authentication and linked it with the frontend and the backend of the application.
This is the complete code that is made by Usman.
This is the complete code that is made by Marielle .
This is an application where it connects with the backend, and post and add and updated stuff.