https://github.com/villy-p/uil-cs-toolkit
A cheatsheet for every topic you need to know for the UIL Computer Science Multiple Choice Exams, along with guides to help you learn, and questions to make you better
https://github.com/villy-p/uil-cs-toolkit
cheatsheet competitions computer-science cs guides problems uil
Last synced: 6 months ago
JSON representation
A cheatsheet for every topic you need to know for the UIL Computer Science Multiple Choice Exams, along with guides to help you learn, and questions to make you better
- Host: GitHub
- URL: https://github.com/villy-p/uil-cs-toolkit
- Owner: Villy-P
- License: mit
- Created: 2024-09-18T18:47:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T22:18:04.000Z (about 1 year ago)
- Last Synced: 2024-11-12T23:17:55.154Z (about 1 year ago)
- Topics: cheatsheet, competitions, computer-science, cs, guides, problems, uil
- Language: Java
- Homepage:
- Size: 159 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIL CS Toolkit
An all-in-one toolkit for everything you need for the University Interscholastic League Computer Science Competition, from cheatsheets and guides about important topics, to questions directly from UIL tests to help you improve.
Visit the [website](https://uil-cs-toolkit.vercel.app) to get started!
## Features
* Resources --- View Resources relating to Java topics. This can range from other websites to practice Java programming, to Java fundamentals, to focusing on certain subtopics like strings or bases. Practice programming with LeetCode or study Java fundamentals with W3Schools
* Reference Sheet --- Check out reference material that is given to you on the day of the UIL competition.
* Topics --- View different topics to help you get better, from strings, arrays, bases, Big O, etc. Quickly go over important topics using cheatsheets and view long form resources for learning more about topics.
## Topic List
* Bases
* BigO
* Math
* Primitives
* Strings
## Run Locally
If you'd like to run UIL CS Toolkit on your own computer, you'll need `NodeJS` installed on your computer.
After you've done that, clone the repo wherever you'd like, then run these commands:
``` bash
npm i
npm run dev -- --open
```
The website should automatically open in your default browser