Giter Club home page Giter Club logo

lmsmirror's Introduction

LMSMirror

LMSMirror is a free and open-source client of LMS (Blackboard).

Table of Contents

Table of Contents
  1. Development Stack
  2. Getting Started
  3. Roadmap
  4. Contributions
  5. Resources

Development Stack

  • JavaScript
  • Vue
  • CSS
  • Prettier

Getting Started

Prerequisites

  1. Install NodeJS
  2. Install Git
  3. Clone the project
git clone https://github.com/Bowserinator/LMSMirror
  1. Install the needed dependencies and move to the frontend folder
npm install && cd frontend

Development

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

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

# generate static project
npm run generate

# prettier formatting
npm run pretty

# prettier lint check
npm run linting

Contributions

  1. Create a branch
git checkout -b branch-name
  1. Switch to the recently created branch
git checkout branch-name
  1. Change the files that are needed
  2. Add your changes to staging
git add .
  1. Commit your files to staging
git commit -m "commit message"
  1. Connect your branch to the repo and push up
git push -u origin branch-name
  1. Update your local repository with current remote repository
git pull

Roadmap

Refer to our Wiki

Resources

lmsmirror's People

Contributors

bowserinator avatar ethantuttle avatar kevinliu9 avatar meih10 avatar samoomei avatar santapacman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

lmsmirror's Issues

Course Content Page

image
Alternative: divide into 2 columns, have date modified and stuff on right
Also add a search bar and filter options (ie only files, quizzes, etc..)

General Cleanup

Could possibly cleanup the files that we don't necessarily need for this project

  • inspire.vue
  • tutorial.vue
  • etc

Linting Integration

Linting Integration for minor code structure issues

ESLint + Prettier (?)
Open to Suggestions

Navbar

  • Display LMSMirror logo
  • Display the name of the current course page you’re on
  • Back button (to courses page)

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.