• Stars
    star
    1
  • Language
    JavaScript
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Barebones React starter template configured with Webpack. Supports sass/scss/css modules, hot module reloading & configured to work with Tailwind. Uses PurgeCSS to remove any unused CSS when building for production. Also includes linting & runtime error overlays.

More Repositories

1

brace-starter

JavaScript
1
star
2

slide-in-on-scroll

My solution to Wes Bos' JS30 "Slide in on Scroll" challenge, using the Intersection Observer API.
HTML
1
star
3

colour-tiles

A simple rgb colour picking/guessing game. Find out which tile matches the given rgb colour. (This was one of my earliest projects before I knew how git worked, hence why there are no commits)
JavaScript
1
star
4

custom-wp

Custom WordPress theme
PHP
1
star
5

custom-video-player

My solution to Wes Bos' 11th project for the JS30 challenge
JavaScript
1
star
6

morse-code-translator

Simple translator that takes in normal letters and converts it into morse code as you type & vice versa. Inspired by the translator on https://morsecode.scphillips.com/translator.html
JavaScript
1
star
7

shift-checkboxes

Project 10 of Wes Bos' JS30 challenge. The master branch is my working attempt (albeit not as clean-looking as Wes' version). Wes' solution is on the "wes-solution" branch.
HTML
1
star
8

todo-list

Little to-do list project with custom checkboxes and some extra JavaScript that counts the outstanding tasks and lets you toggle between active, completed or all tasks.
CSS
1
star
9

flex-panel-gallery

My solution to Wes Bos' JS30 challenge (Project 5)
CSS
1
star
10

earthquake-tracker

Earthquake tracker using the Google Maps API. Slightly tweaked it, so you can choose from different timescales and also click on the buttons to reveal further information on the individual events. Clicking on a circle will reveal the approximate location, time it occurred in GMT+0 and the magnitude.
JavaScript
1
star
11

ajax-typeahead

Project 6 of Wes Bos' JS30 challenge. The 'working-list' branch is my initial attempt at it, but I ended up getting stuck at highlighting the matched input. The master branch is the resulting solution I got to, after doing research & finding a RegExp solution that is able to replace the matching strings (also looks a lot cleaner than my original version).
JavaScript
1
star