Code Monkey home page Code Monkey logo

pinecrest's Introduction

Pinecrest

An interface to view a collection of Reddit posts of tabletop RPG encounter maps, designed for personal use. I wanted a nice way to show this collection to friends and it made for nice experience working with Vue.js and Gridsome. Netlify CMS enabled.

Understanding the Code

  • The content consists of Reddit post URLs, tags, and artist credit. This data lives in content/battlemaps/. Image previews and artist's descriptions are pulled directly from the Reddit API by the user's browser.

  • Most styling uses TailwindCSS, a framework which encourages extensive use of inline utility classes to streamline component development. (Media queries are especially easy!) Modification/additions to those utilities are found in tailwind.config.js, and a few more global styles are in src/assets/scss/main.scss.

  • The three pages with static paths are in src/pages/, while the pages with dynamic paths (maps and tags) are in src/templates/.

  • Gridsome compiles all this into a static site in dist/ when you run gridsome build.

Improvements I might make

  • Searching multiple tags at once might be implementable by parsing a large object client-side.
  • A tag search might also have a second section listing some maps which have variants containing that tag.
  • Each map's page might have another section showcasing a couple more maps by an artist.
  • Some of the more complex files should be split into smaller components.
    • Sometimes things just grow and you don't have time to refactor, you know?

     

Built by dskrepps — webdevio.us

pinecrest's People

Contributors

dskrepps avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.