cross-country-coders.github.io

The home page for the Cross Country Coders page.

View My GitHub Profile

Cross Country Coders


Table Of Contents

OVERVIEW

The application Algo-Trix provides college or high school students with additional assistance to Algorithms outside of a textbook. It contains a list of different topics with mini explanation and study tips. It will also contain some sample problems and example problems.

Project

Here is a link to the Project Board filled with different issues worked on.
Accomplished Progress

  1. Week 1 (May 24)
    • Creating the GitHub organization repository and web page using GitHub pages.
    • Mock Up Design: Creating the different mock up designs for each paage of the application.
    • Using Intellij, started making the mockup designs into real Javascript code and creating the collection necessary for UserInfo login.
    • Creating the different Navigation Bars one for the Landing Page (where the users are not logged in) and the Side Navigation Bar used once logged in.
    • Created the Sign in and the Register Page.
  2. Week 2 (May 31)
    • Created a User Profile Page.
    • Created Admin Related pages, such as the User List where the Admin can see each user's first name, last name, email, and profile image.
    • Making tune ups to the Side Nav Bar in terms of CSS.
    • Created a list of fake but believable users.
    • Created a collection that stores the different possible lessons.
  3. Week 3 (June 7)
    • Created a Model for the Login/Register instead of it havin it as a whole individual page.
    • Create a Edit Profile Page
    • Created the Sorting Algorithm Pages and the Proof Pages.
  4. Week 4 (June 14)
    • Created the MST Page
    • Created the Single Shortest Path Page
    • Created the Basic ADT Page
    • Created the Introduction to Graph Page
    • Created the Contact Page
    • Created the Growth Page
  5. Week 5 (June 20)
    • Fixed the documentation of the application
    • Fixed the SideNavBar for the Admin User
    • Created the Red Black Tree and 2,3,4 Tree Page
    • Create a Binary Search Tree Page
    • Created the Logo for the Application

Future Updates

Developer’s Guide

Here is a brief step to step on how to run the application.

  1. To download the source code please head over to the repository page and download the master branch.
  2. Then, install meteor in the app folder using this following command: meteor npm install
  3. Then type in meteor npm run start then go to the following link http://localhost:3000 to see the application running locally in your computer.

Team Members

Here it lists all the team members of the Cross Country Coders and the contributions that they have made for this project.

Closing Thoughts

Difficulty

Take Back