https://github.com/cthacker-udel/courseschedulerapp
Course scheduler app used by students to help plan their courses
https://github.com/cthacker-udel/courseschedulerapp
Last synced: 3 months ago
JSON representation
Course scheduler app used by students to help plan their courses
- Host: GitHub
- URL: https://github.com/cthacker-udel/courseschedulerapp
- Owner: cthacker-udel
- Created: 2022-07-31T21:47:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T00:49:31.000Z (over 2 years ago)
- Last Synced: 2025-02-07T17:39:08.473Z (5 months ago)
- Language: TypeScript
- Homepage: https://course-scheduler-app.vercel.app
- Size: 3.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://classroom.github.com/online_ide?assignment_repo_id=7543146&assignment_repo_type=AssignmentRepo)
# React TypeScript Starter RepoHello! This repository has been pre-configured with eslint and gh-pages to automatically deploy your app when you push to the main branch.
You will, however, need to finish setting up the deployment.
### 1. Generate a personal access token
1. Click on your picture -> `settings` in the top right of Github.
2. Then, scroll to `Developer Settings` and click `Personal access tokens`
3. Generate a new token with `repo` access and no expiration date.
4. Make sure you copy the created token as you will not be able to see it after this.### 2. Add a secret to the forked repo
Back in this repository, go to `settings` -> `secrets` -> `Actions` and click the `New repository secret` button in the topright.
Name the secret "GH_TOKEN" and paste in the token you copied in the previous step.