Back to main

Study Years Planner

React.js app

May 2022

v1.0

Information

Completed, Public

Development Team

Kap Thang

Platforms

Access

Tech stack

Features

Create and manage study years and custom courses

Create custom courses that are not available already on the list. Then place them into semesters to organize and plan your study sequence.

Demo mode

A demo mode is available to try out the app without having to add your courses first.

Simple drag and drop UX and UI

Place courses into semesters by dragging and dropping them. Right-click on the course to delete it. Courses are colour coded for easy dentification.

Print your plan

Once you're done with all the planning, you can print your plan to PDF print to your printer.

Description

This is my first React app. The purpose of this app is to help college/university students plan their study years. The app is built with React, Redux, and TypeScript. The app is only a client-side app and does not have a back-end. It is very simple and does not require any privacy permissions. It uses the browser's local storage to persist some data while using the app. The source code is available on GitHub.

Back to main