Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.7 KB

Eng.TimeTable

For students of faculty of Engineering Alexandria University.

Here is the place where you can easily create and design your own Timetable

Live Webpage!

Concepts

  • The main concept of this webpage is to provide an easy tool for students to make their timetable instead of the traditional ways.
  • This page provides the users with a simple tool using only the user's input with no complex processing and using public data provided by the college timetables, So this page should always be a Client Side based web page and to provide an effective functionality without the need for a Server Side.

Libraries, Plugins and APIs

Storage

Pull Requests

  • Never push or merge directly to the gh-pages branch.
  • Create another branches for development and testing, if needed.
  • Code readability and comments are important.
  • Better to use the same code convention used.
  • js and css folders are for custom codes.
  • js/src and css/src are for downloaded codes.