Git Product home page Git Product logo

fuckhomework's Introduction

FuckHomework

GitHub GitHub package.json version GitHub commit activity (branch)

Introduction

This is a SvelteKit web application to blame and manage received homework of yours.

Features

  • Succinct Web UI
  • Custom validation rules
  • Internationalization
  • Logger on both client- and server-side

Getting started

First make sure your machine has git, node, npm and yarn installed. Then clone the repository:

git clone https://github.com/LittleYe233/FuckHomework.git
cd FuckHomework

Then install the dependencies:

yarn

Now you can configure the application (via Configuration) and launch it:

# development server
npm run dev

Configuration

All configurations are stored in config.js, which is ignored by Git. So after cloning the repository, make sure to create it in the root folder. The only required field is version which should be 1 now:

export default {
    version: 1
};

Also you can copy or rename config.example.js to config.js which includes most of the supported fields and most of their values are default ones.

To-do list

  • User management and permission
  • Validation rules on back-end
  • More optional visualization
  • Due time restriction
  • Classification for ongoing and finished homework

Technology stack

  • TypeScript
  • Vite
  • Svelte & SvelteKit
  • Tailwind CSS

Donate

Planned.

License

MIT license

fuckhomework's People

Contributors

littleye233 avatar

Stargazers

 avatar Sora Shu avatar Rain Chen avatar rewired avatar

Watchers

James Cloos avatar  avatar

fuckhomework's Issues

Add logger

We plan to introduce a logger for the server-side so that we can track what the web app executes more easily.

Remove jQuery

jQuery was introduced for $.ajax, but it is replaced by Fetch API. It needs to be removed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.