DEV Community

Cover image for Introducing FixLog, a property maintenance logger
Derya A. Antonelli
Derya A. Antonelli

Posted on

Introducing FixLog, a property maintenance logger

This is a submission for the The Pinata Challenge

What I Built

FixLog is a simulation of a property maintenance logger tool that helps users log maintenance issues in their rental properties. Users can log in with a demo account as a renter and report property issues by filling out an issue form where they can upload images to help property managers track what's going on.

Demo

Check out live demo here!

My Code

The full project is available on GitHub: fixlog.

More Details

  • For a quick start, I leveraged Pinata’s starter project, which came with a bunch of useful functions to upload, fetch, and preview media files.
  • I used Pinata SDK in my Next.js API routes to upload group image files to IPFS.
  • Pinata Gateway: The files are retrieved using the Pinata gateway, leveraging URL queries to optimise images on the fly!

Thank you for reading and feel free to leave comments below :)

Top comments (0)