Skip to content
Snippets Groups Projects
Commit 8345c005 authored by Miniontoby's avatar Miniontoby :writing_hand_tone1:
Browse files

Updated README

parent d1491a04
No related branches found
No related tags found
No related merge requests found
Pipeline #129845 passed
![Banner](https://michielvanboven.nl/images/Plan2GoBanner.png) ![Banner](public/images/Plan2GoBanner.png)
# Plan2Go # Plan2Go
Plan2Go is an open source calender software made for the YH4F 2023. It is fully customizable and with many features. The front-end has been done with HTML and CSS, and the calender and customizations are made using JavaScript. Even though this is an really basic project I wanted to make this to improve my own coding skills. Plan2Go is an open source calender software made for the YH4F 2023. It is fully customizable and with many features. The front-end has been done with HTML and CSS, and the calender and customizations are made using JavaScript. Even though this is an really basic project I wanted to make this to improve my own coding skills.
# How2Open
Opening our calendar is easy since it is written in 'website' language.
You have got multiple options:
- Open the gitlab pages website (recommended): https://thedutchprogrammers.edugit.io/plan2go/
- Host the website yourself: just clone this repo: `git clone https://edugit.org/thedutchprogrammers/plan2go.git` and then make the webserver use a folder `/plan2go/` which points to the `public` folder in the files. (Or if you are smart, you can actually edit the `public/manifest.json` and then host it under a different folder, but you still have to point to the `public/` folder and not to the cloned folder)
- Or you can try our Desktop App builds that are made possible using Tauri. You can find the releases on the Github repo's releases page: https://github.com/TheDutchProgrammers/Plan2Go/releases/
# How2Use # How2Use
Using our calander is really easy. You add an event to your personal calander and you can see it appear on there. You can also export the calender to your favorite mobile calander. Using our calender is really easy. You add an event to your personal calender and you can see it appear on there. You can also export the calender to your favorite mobile calender.
# Releases # Releases
[![App Release](https://github.com/TheDutchProgrammers/Plan2Go/actions/workflows/build-and-release.yml/badge.svg?branch=DesktopApp)](https://github.com/TheDutchProgrammers/Plan2Go/actions/workflows/build-and-release.yml) Website Pipeline Status: [![Website Pipeline Status](https://edugit.org/thedutchprogrammers/plan2go/badges/main/pipeline.svg)](https://thedutchprogrammers.edugit.io/plan2go/)
[![Website Pipeline Status](https://edugit.org/thedutchprogrammers/plan2go/badges/main/pipeline.svg)](https://thedutchprogrammers.edugit.io/plan2go/)
# Quick Note App Release Status: [![App Release Status](https://github.com/TheDutchProgrammers/Plan2Go/actions/workflows/build-and-release.yml/badge.svg?branch=DesktopApp)](https://github.com/TheDutchProgrammers/Plan2Go/actions/workflows/build-and-release.yml)
When hosting the `public/` folder as a website and you don't place it under the `/plan2go/` folder in your webserver, make sure to edit the `public/manifest.json` file to match up with YOUR webserver folder location. (This is needed for the PWA)
# Credits # Credits
Plan2Go is made by Speedy (Michiel) With assistance of Miniontoby. Plan2Go is made by Speedy (Michiel) With assistance of Miniontoby.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment