Skip to content
View crevulus's full-sized avatar
🎭
Dazzling audiences @SpotlightUK
🎭
Dazzling audiences @SpotlightUK
Block or Report

Block or report crevulus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
crevulus/README.md

Banner

I'm Christopher (or Chris, or Chris Evans, or {CAPTAIN_AMERICA_REFERENCE}), a software developer specialising in Frontend development with JavaScript, as you can see from my stats below.

  • I got into software development because I wanted to build, make, sculpt, create, and/or bring my ideas to life 🤖
  • I find developing to be a creative, artistic process. I like to use technologies like Frontend Frameworks cut down config time and leave more time for creativity 🎨
  • I'm a believer in Serverless. Cloud architecture gives me the freedom to get up and running quickly ✍️
  • I'm also a big advocate for a11y and D&I in tech 🌍

How I Spend My Time ⌛

  • Working and learning from the best as a Frontend Developer for Spotlight.
  • Volunteer mentor and curriculum designer for Hack Your Future.
  • Co-founder, Frontend Dev, UI Designer, and Salesman for my side-business, Pro-Evo Technologies.
  • Avid music-lover, gig-goer, and wannabe-songwriter.

Experience ⌨️

Languages (and supersets, and runtimes, but let's just call them "languages")

FE Frameworks

Styling & Animation

State Management

Testing

CI/CD

Serverless

Miscellaneous

Pinned

  1. kijkkat kijkkat Public

    A PWA that shows user posts of cats they've spotted out in the city. React, TypeScript, Firebase, MUI, Google Maps & Cloud Vision.

    TypeScript 1

  2. recruitbot-frontend recruitbot-frontend Public

    An embeddable widget to convert website visitors into job applicants. React, TypeScript, styled-components, React Testing Library/Jest, Parcel.

    TypeScript

  3. next-word-of-the-day next-word-of-the-day Public

    Pop Culture Dictionary for English Learners. Next.js & SEO Optimisation practice exercise.

    JavaScript

  4. evans-chronicle evans-chronicle Public

    Instagram-like image display site for sharing pictures between family. Vue, Vuex & Firebase.

    Vue

  5. A react-three-fiber cube that rotate... A react-three-fiber cube that rotates idly, and spins back to position on hover using react-spring.
    1
    import { Canvas } from "@react-three/fiber";
    2
    import { Box } from "./components/Box";
    3
    import "./styles.css";
    4
    
                  
    5
    import React from "react";