🙋♂️ Made by @thekitze
- 🏫 React Academy - Interactive React and GraphQL workshops
- 💌 Twizzy - A standalone app for Twitter DM
- 💻 Sizzy - A tool for testing responsive design on multiple devices at once
- 🤖 JSUI - A powerful UI toolkit for managing JavaScript apps
🛠 Just my overengineered personal website. Generated with create-react-app and custom-react-scripts.
- React
- styled-components
- font-awesome
- animate.css
- jQuery
Why doesn't it consist of three simple index.html
, app.css
, and main.js
files?
Well, it did. But I wanted to experiment with styled-components for a while, and this was a good excuse for it.
Also, I have some plans for making it better and more interactive in the future, and that would be a pain in the ass to achieve with vanilla html, css, js. So, there's that 😅
🛠 🛠 🛠 More overengineering 🛠 🛠 🛠
- Fetching data from an API
- Server side rendering, etc. etc.
- More...