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!
- Host: GitHub
- URL: https://github.com/cthacker-udel/languagetracker
- Owner: cthacker-udel
- Created: 2022-12-27T19:46:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T10:26:58.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T17:39:06.726Z (10 months ago)
- Language: TypeScript
- Size: 12.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.