issues
search
goodmanslaugh
/
sidejourney
A website to view github profiles
https://goodmanslaugh.github.io/sidejourney/
GNU General Public License v3.0
6
stars
17
forks
source link
Converted SideJourney project into a Vue JS Code with UI and Code improvement.
#36
Open
fahadaleem
opened
2 years ago
fahadaleem
commented
2 years ago
Converted previous code UI into a Vue JS code. It improved UI and code.
Techs Used:
Vue 3
Bulma CSS
Coding Pattern that I have followed.
Created a separate API service in which all the APIs methods are defined.
Created separate events files to define our custom event constants there.
Break down the elements of the application into smaller components i.e Header, Search Input Form, and Card Component.
Calls the API by using the promises, I can also use async-await but I think promise. all() is a better approach to handling multiple requests.
UT:
Converted previous code UI into a Vue JS code. It improved UI and code.
Techs Used:
Coding Pattern that I have followed.
UT: