Skip to content
View ntatko's full-sized avatar
🐧
🐧
  • St. Louis, MO, USA

Organizations

@divvitco

Block or report ntatko

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
ntatko/README.md
  • 👋 Hi, I’m @ntatko
  • 👀 I’m interested in spinning up startups, no matter what they do
  • 🌱 I’m currently learning rust and dart frog

Pinned Loading

  1. homiletics-mobile homiletics-mobile Public

    Mobile app for doing homiletics the Bible Study way.

    Dart 3 1

  2. divvitco/geodart divvitco/geodart Public

    A geospatial library for Dart. Designed primarily around vector features, this library provides a simple interface for working with geographic data.

    Dart 5 1

  3. geocatz/open-geodata geocatz/open-geodata Public

    A collection of interesting and open data sources available for public use

  4. one-point-map one-point-map Public

    JavaScript

  5. fetchinghook.jsx fetchinghook.jsx
    1
    // Reusable fetching hook
    2
    const useRequest = (requestFunc) => {
    3
      const [data, setData] = useState({})
    4
      const [loading, setLoading] = useState(false)
    5
      const [error, setError] = useState(null)
  6. Bayer-Group/ol-kit Bayer-Group/ol-kit Public archive

    Easy to use, open source React/Openlayers geospatial component toolkit.

    JavaScript 74 20