Skip to content

Instantly share code, notes, and snippets.

View cetricokola's full-sized avatar
🤘
Focusing

Cetric Okola cetricokola

🤘
Focusing
View GitHub Profile
@cetricokola
cetricokola / Countries.json
Created November 16, 2022 14:24
Countries JSON -[ name, full name, code, capital city, language, currency, landlocked, region]
This file has been truncated, but you can view the full file.
[
{
"name": {
"common": "Mauritania",
"official": "Islamic Republic of Mauritania",
"nativeName": {
"ara": {
"official": "الجمهورية الإسلامية الموريتانية",
"common": "موريتانيا"
}
@cetricokola
cetricokola / 01-zsh-command-not-found-gulp.md
Created July 2, 2021 18:24 — forked from LeandroGabrielAyala/01-zsh-command-not-found-gulp.md
The "gulp" command is not found or does not work on node_modules (npm)

I recently wanted to install a new NPM module (that is Gulp). I followed the getting started guide and ran the needed command but it didn’t worked and I felt desperate… but I finally found the solution!

@cetricokola
cetricokola / media-query.css
Created December 14, 2019 17:23 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS