Skip to content

rickychen174/Quento1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quento

Description

Welcome to Quento, a collection of utilities created by students, for students. Quento is an open source web app created by high school students using Vue.js, with the sole purpose of creating and compiling useful software to a single location to help students better manage their education.

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

Sitemap (Addresses from Quento\pages)

  • Splash Screen (Splash.vue)

  • Login Page (\auth\Login.vue)

  • Signup Page (\auth\SignUp.vue)

    • Eula (\auth\Eula.vue)
  • Home Page (Home.vue)

  • Notes Page (Notes.vue)

    • \notes_id.vue
    • \notes\index.vue
    • ~\screens\notes\EditNotesModal.vue
    • ~\screens\notes\PostNotesModal.vue
    • ~\screens\notes\PreviewNotesModal.vue
    • ~\mixins\AnalyticsMixin
  • Questions (questions.vue)

    • \questions_id.vue
    • \questions\index.vue
    • ~\screens\questions\PostQuestionModal.vue
    • ~\screens/questions/PreviewQuestionModal.vue
  • Newsletter Page/Blog (newletters.vue)

    • \newsletters_id.vue
    • \newsletters\index.vue
    • ~\screens\newsletter\NewsletterModal.vue
    • ~\mixins\AnalyticsMixin
  • Suggestions Page (Suggestions.vue)

    • ~\screens\SuggestionModal.vue

Documentation/Dependencies

For detailed explanation on how things work, checkout the following docs:

Vue: Vue.js Nuxt: Nuxt.js Vuesax: Vuesax Tailwind: Tailwind.css

Releases

No releases published

Packages

No packages published

Languages

  • Vue 44.3%
  • CSS 36.2%
  • TypeScript 13.7%
  • HTML 5.3%
  • Other 0.5%