An open API service indexing awesome lists of open source software.

https://github.com/cthacker-udel/languagetracker

Language Tracker application for tracking your progress in practicing programming problems, and your progress on personal projects as well!
https://github.com/cthacker-udel/languagetracker

Last synced: 9 months ago
JSON representation

Language Tracker application for tracking your progress in practicing programming problems, and your progress on personal projects as well!

Awesome Lists containing this project

README

          

# Language Tracker Application
## You can find deployed versions here
- (server) https://github.com/cthacker-udel/LanguageTrackerService
- (client) https://github.com/cthacker-udel/LanguageTrackerApp
> Author: Cameron Thacker (cthacker@udel.edu)

### This application aims to aid one of my personal hobbies, which is practicing programming problems. I created this application to house a tracker for those activities, along with other side applications I commonly use as well.

## Stack

- React
- Express
- Typescript

### I plan on achieving this vision by creating an application in React, which is consisting of a typescript front-end, heavily linted. Alongside an express backend, with hand-crafted authentication, and verification in place.