Skip to content
View samakintunde's full-sized avatar
🛠️
Building stuff...
🛠️
Building stuff...

Highlights

  • Pro

Organizations

@Say-Their-Name
Block or Report

Block or report samakintunde

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samakintunde/README.md

Hi there 👋

I'm a frontend developer with a strong design background.

Pinned

  1. routipro routipro Public

    An app that obtains the bus stops along a particular route and sends them to an API backend of your choice.

    JavaScript 1

  2. storqed-web storqed-web Public

    TypeScript

  3. cryptoprice-react-ts cryptoprice-react-ts Public

    An app that fetches info about cryptocurrencies. It's built with React in Typescript and uses React Context and Hooks for Global State Management.

    TypeScript 2

  4. file-uploader file-uploader Public

    A simple vanilla web app for uploading files with intuitive drag and drop support.

    CSS 1

  5. fs-rename: This function will rename... fs-rename: This function will rename every instance of the string passed in in the directory name or file name. You can also choose to exclude select folders and files. Think about renaming css files to scss or prefixed directories..
    1
    #!/bin/sh node
    2
    const fs = require("fs");
    3
    const path = require("path");
    4
    const parseArgs = require("minimist");
    5