What to do after you get your certs?

Hey guys, I completed a site to host the projects from three of the certs from Free Code Camp. Please do go take a look at http://www.bit-word.com. All code is available on github and I’d love to help you build your own. Please give me some feed back here so this will trend and maybe more people will get inspired.

Happy coding

1 Like

I think it’s a neat idea and it’s nice to have some thought process and explanations tied to each project.

  1. The Open Sans font is not loading for me. I think you may have combined the font loading incorrectly.

Try this instead:

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poiret+One&display=swap');

  1. The href value on the link to the Technical Documentation section has a space instead of an underscore so the link does not work.

  2. I would like to see the links to the live version of the API/Microservice projects. If you have them on Glitch I suggest linking to them on the page.

Great job, keep it up!

Thanks for the tips. I’ll get those fixed tomorrow.

As for the api, I’m currently working on a side React project that will generate an api interrogation ui based on an OpenAPI Json file. I’m close to finished And should have something up and visible tomorrow as well.