GithubHelp home page GithubHelp logo

craftzdog / craftzdog-uses Goto Github PK

View Code? Open in Web Editor NEW
243.0 2.0 30.0 53.24 MB

A curated list of the tech I use, built with Astro and Tailwind CSS

Home Page: https://uses.craftz.dog/

License: Other

JavaScript 10.36% Astro 62.76% TypeScript 24.39% CSS 2.48%
astrojs headlessui react tailwindcss

craftzdog-uses's Introduction

Takuya's curated list of the tech

A curated list of the tech I use, built with Astro and Tailwind CSS

https://uses.craftz.dog/

Tutorial

Watch how I built this website on YouTube:

tutorial thumbnail

https://youtu.be/3_JE76PKBWE

Stack

  • Astro - Static Website Framework
  • Tailwind CSS - CSS Framework
  • React - Component-based UI framework for JS
  • Headless UI - Unstyled interactive components
  • React Icons - Icon set
  • Inkdrop - Markdown note-taking app, for writing the blog content (optional)

Project Structure

Inside of your Astro project, you'll see the following folders and files:

PROJECT_ROOT
├── public              # static assets
│   └── posts           # images of posts
├── src
│   ├── components      # Astro & React components
│   │   └── icons
│   ├── layouts         # page layouts
│   ├── pages           # page files
│   │   ├── categories  # category pages
│   │   └── posts       # .md files
│   └── styles          # global stylesheets
└── tools               # Inkdrop integration

How to import notes from your Inkdrop local server

First, please check out the live-export documentation.

Create .env file as following:

DEBUG='inkdrop:export:info,inkdrop:export:error'
INKDROP_USERNAME='***'
INKDROP_PASSWORD='***'
INKDROP_PORT=***
INKDROP_BOOKID='***'

Then, run the following command:

npm run live-import

License

MIT License.

You can create your own homepage for free without notifying me by forking this project under the following conditions:

  • Delete my blog content and assets
  • Add a link to my homepage

Looking for a Markdown note-taking app? Check out my app called Inkdrop:

Inkdrop

craftzdog-uses's People

Contributors

boydbloemsma avatar collieiscute avatar craftzdog avatar lex-unix avatar reiuyuu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

craftzdog-uses's Issues

Blinking effect in light mode when navigating to different pages

Summary

I've been recreating my own portfolio website using Astrojs and was trying to implement the theme switcher. The problem I'm experiencing and I see on your website too is when the theme is on light mode, navigating to another page causes a blinking effect. Most of the time it will blink. Dark mode doesn't have this blinking effect for some reason.

Steps to reproduce

lightmode-blinking-pages

  • go to https://uses.craftz.dog/
  • press any item that navigates to a new page (Ex. Blue Yeti)
  • navigate between home page and item page

Expected behavior:

  • I'd imagine no blinking/flickering between pages.

Actual behavior:

  • blinking/flicker

Possible solution

One solution I found was removing 'transition-colors duration-500' from the Body.astro component.
This eliminates the page blinking however no more cool transition effect between light and dark mode.

Conclusion

The main reason for this problem is the transition in the Body.astro component. Once removed no more blinking effect. It's a really simple issue but was wondering if there is a possible fix where we're able to still keep the 'transition-colors duration-500' property and have no more blinking.

Add keychron k7 to the computing list.

Hi Takuya,

Can you please add your new keychron k7 pro to the computing list as seen in your latest video ? And your comparison with the air60 ?

Thanks a lot.

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.