Skip to content

mhollingshead/30-days-30-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

30 Days, 30 Projects

Today I challenged myself to create 30 projects in 30 days. Every day for the next month, I'll be building one web-development-related project from scratch and pushing them to this repo in order to track my progress and keep myself honest. Will I succeed? Will I fail? Will I survive? It's too early to tell. But as of right now I'm excited to get started.

I've accumulated a little over 30 ideas in my "project-bank"––each one belonging to one of several categories: App Library Extension, API or Game. I've tried to include a wide variety of project types and topics in hopes of exploring and working with many interesting technologies.

I'll include a brief overview of each project as I complete them below and provide a more detailed write-up in each individual project's directory.

Project Index

Day Project Type Tech Stack
1 Wheel. Of. Something. App
2 tableme.js Library
3 BFS Pathfinding Visualization App
4 Pixel Battle App
5 Equation Solver API
6 Tic-Tac-Toe Engine Game
7 Weather Color App
8 Keyword Extractor App
9 RGBordle Game
10 Theme Explorer Extension
11 Solar System Visualization App
12 My Timers App
13 Random Dictionary Domain API
14 Hello, Match! Game
15 GitHub LaTeX API
16 Type a Book App
17 Theme Explorer Extension
18 Notes App App
19 DevToolsConsole.js Library

Projects

Day 1 Wheel. Of. Projects. App

I'll start simple with a fun "spin" on a Random Number Generator: a Spin the Wheel app. The app takes a list of possible outcomes, puts them on a wheel, and can be spun to randomly select one outcome.

Going forward, each day I'll load the wheel with projects from my project-bank and spin it to determine which project I'll be working on.

Try it out here, or check out the detailed write-up.

Tech Stack

Day 2 tableme.js Library

tableme.js is a simple JavaScript table library. It takes a JSON object array and renders a sortable, searchable, and paginatable table in the container of your choice. The components can be styled as desired, but a default theme is included.

Try it out here, or check out the documentation.

Tech Stack

  • JavaScript

Day 3 BFS Pathfinding Visualization App

A simple Breadth-First Search algorithm implemented in JavaScript used to locate the shortest path between two points. Users can add and remove "blockers" (cells that the algorithm cannot traverse) and select from several grid dimensions.

Try it out here, or check out the detailed write-up.

Tech Stack

  • JavaScript
  • HTML
  • CSS

Day 4 Pixel Battle App

A simple webapp that simulates a pixel battle. Users can add up to 8 different "forces" and customize each one's color or name. Each force will fight to control the 200 x 200 pixel battlefield until only one is left standing.

Try it out here, or check out the detailed write-up.

Tech Stack

  • JavaScript
  • HTML
  • CSS

Day 5 Equation Solver API

A REST API used to parse, simplify, or evaluate expressions. Expressions can be formatted as either plain text or LaTeX expressions.

Try it out here, or check out the documentation.

Tech Stack

Day 6 Tic-Tac-Toe Engine Game

A Tic-Tac-Toe implementation where users can play against multiple engine difficulties while receiving real-time move analysis, position evaluation, and suggestions.

Try it out here, or check out the detailed write-up.

Tech Stack

Day 7 Weather Color App

A single-page weather app that generates a gradient animation using the weather, temperature, and time of day in the user's current location.

Try it out here, or check out the detailed write-up.

Tech Stack

Day 8 Keyword Extractor App

A webapp that analyzes prominent keywords within text. Users can upload .pdf and .txt files or paste text directly.

Try it out here, or check out the detailed write-up.

Tech Stack

Day 9 RGBordle Game

A wordle-esque game where players try to guess RGB colors in 6 tries or less.

Try it out here, or check out the detailed write-up.

Tech Stack

  • JavaScript
  • React
  • Sass

Day 10 Theme Explorer Extension

A simple Chrome Extension that allows users to explore any webpage's theme styles. The extension grabs any CSS variables defined on the current page's :root and body and organizes them into several "views" to be explored by the user.

Check out the project page here for installation and usage.

Tech Stack

Day 11 Solar System Visualization App

A true to scale visualization of our solar system using scrolling.

Try it out here, or check out the detailed write-up.

Tech Stack

Day 12 My Timers App

A time management app where users can add and remove timers. Both active and paused timers persist session to session using local storage.

Try it out here, or check out the detailed write-up.

Tech Stack

  • JavaScript
  • Vue.js
  • CSS

Day 13 Random Dictionary Domain API

A simple REST API that attempts to find a random dictionary domain available for purchase.

Try it out here, or check out the documentation.

Tech Stack

Day 14 Hello, Match! Game

A simple card-flip memory game with a developer twist: match the programming language with the "Hello, World!" code!

Try it out here, or check out the detailed write-up.

Tech Stack

Day 15 GitHub LaTeX API

A simple API that allows you to embed inline LaTeX expressions like , or display expressions like

into GitHub READMEs, or any GitHub flavored markdown.

Check out the documentation here for installation, usage, and examples.

Tech Stack

  • Node.js
  • Express.js
  • Axios

Day 16 Type a Book App

An app that allows users to practice typing while reading a classic novel.

This app started as a simple typing visualization, but as I was looking for bodies of text for the user to type I had the idea of using entire novels start to finish. In testing, I found that typing your way through a novel provides a really new and interesting way to experience a book.

Try it out here, or check out the detailed write-up.

Tech Stack

  • JavaScript
  • Vue.js
  • CSS

Day 17 GFM Viewer Extension

A simple Chrome Extension that auto-renders raw *.md files to GitHub-styled HTML.

The extension aims to render GitHub flavored markdown as similarly to GitHub's markdown rendering engine as possible in order to accurately visualize how the markdown will render on GitHub.

Check out the project page here for installation and usage.

Tech Stack

Day 18 Notes App App

A React / Redux notes app loosely based on Apple's Notes app.

Try it out here, or check out the detailed write-up.

Tech Stack

  • JavaScript
  • React
  • Redux
  • Sass
  • Quill

Day 19 DevToolsConsole.js Library

Have you ever wished you could embed Chrome's DevTools console into an application? No? Well this library does it anyway.

Try it out here, or check out the documentation.

Tech Stack

  • JavaScript
  • CSS

About

1 project every day for the next 30 days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published