What to do with a project once you finish?

Hi what are some options to share my projects once I’m done with them? Can I connect them to Github? Please share what you guys do with yours once done!! Thanks!

1 Like

Yeah you can you can even add your project at
Glitch netlify github everywhere you wish …
Link :-


1 Like

Use git and github for any side/personal projects as you work with them. This way you can backup your code, get used to version control, and be able to show off your work as you work and after your “done”.

You can also host what you build on any number of sites, like netlify, github-pages or use something like firebase hosting.

2 Likes