Artclass is a place were you can get your mind off school and relax. We all know about the school restrictions on our chromebooks. Here we have games, proxies, and tools to have fun and make your teachers mad that they can't see your screen.
This is the Artclass Site v4 repository.
In this project we are using Tailwind css for minimal css code and to easily use utility classes in our project. It can be found in the index.html
in the public
folder <script src="https://cdn.tailwindcss.com"></script>
.
Alpine.js is a very light javascript framework that seamlessly integrates into your HTML code. It very lightweight but can be used to make complex applications. It can be found in the index.html
in the public
folder <script src="https://unpkg.com/alpinejs" defer></script>
.
Copyright 2023 Artclass
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.