billybunn.io

Checkov

Chekov is to-do list app written in pure, vanilla JavaScript. It allows users to create multiple to-do lists and add, edit, and delete tasks on each list. Data is persisted across browser sessions using local storage.

The application is written using only JavaScript, HTML, and CSS—no outside libraries, frameworks, or languages are used.

This version of the application was designed with a Model-View-Controller pattern.

See it deployed on GitHub pages


Original Project

This repository is a fork of a final course project at a coding bootcamp, Code FellowsCode 201 course. The original project was created by 4 junior developers (with only 3 weeks of programming experience) in four days.

This fork is a re-working of the original project by Billy Bunn, started and completed approximately four months later.

Original Team Credits

This was one of my first projects as a new developer—at the time, I had only three weeks of experience learning programming basics and JavaScript syntax. The app was built in the course of four days on a team of four peers (complete beginners).

There were several constraints/requirements given to my team for the original project:

It's always fun looking back and laughing at old work, but I'm proud of what this small app represents in my journey as a developer.

See the repository for the original on GitHub.