Giter Site home page Giter Site logo

theday's Introduction



TheDay

Made with , by AASTMT aswan CS"2110 students

All content and materials in the journey of a computer science student.

Features

  • Displaying all semesters with their courses

    • Every semester has up to 6 courses, all of which are displayed in 2 conditions: on computers and wide screens, the abbreviations of every course are shown. On phones, the whole course name is displayed. image image

    • Hovering over any item on the PC screen shows you the full name. image

    • Choosing any course will prompt the website to ask if this is your assigned semester! image If you choose "YES," the next time you enter, you will find that this semester is pinned at the top of the website. image

  • Search in all courses

    • Searching using advanced matching techniques. image
  • Every course has its own page

    • Easy UI with modern styling and a more optimized search for all platforms.

    • image

    • The search is different from the main-page search and much more amazingly fast!

    • image

    • image

    • There are 3 sections for every course, which are: Material, Schedule, and Previous Exams.

    • image

    • Every page in the courses has many sections in the Material section. For example, in the computer architecture course, we have sections, whitenning, lectures, online sections, and online lectures. Each section has 4 main items:

      • Title
      • Go-to drive button (which leads to the drive folder from which the data came)
      • Items themselves
      • Horzintal scroll bar
    • Every item has 4 main functionalities:

      • On hover, display the whole name.
      • On click, open the file.
      • Show the thumbnail of the file.
      • The width increases depending on the file's main size in KBs.

How to install

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

required dependencies :

npm install @emotion/react @emotion/styled @mui/icons-material @mui/material @next/font @vercel/analytics eslint eslint-config-next googleapis next next-pwa react react-dom react-draggable 

theday's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

theday's Issues

Course Selection and Management

As a student, I want to select courses from the 8 semesters, so that I can access relevant course materials and documents. After selecting my courses, Iโ€™d like to view my chosen courses on a dedicated page, with the flexibility to make changes if needed.

Screenshot 2024-06-26 040716

this is just a scratch, don't consider this

Link goto drive page

An icon in which makes you go to the main drive page that the website is referencing

Typo

"Yasser" is written everywhere in the website. the correct name is "Yaser" please change it fast as it's urgent.

Back to close search

The back button on the phone while on search closes the search, not going back to the previous page

Overflow phone screen

In the main page using phone screen, when opening multiple accordions it starts to fall down and down more further until it becomes under the footer z-index
image
image

Dynamic for real inhertiance

Now all data are on the drive with all of it's folders. but! on mongo cluster for the account [email protected]. has all the colleges and classes id and name for it to show dynamic name for each of them

TypeScript

Gonna use TS for the whole project for some reasons :"

Search in files

Search in files in every folder you select from every semesters

Main page add two views

Make the main page not in chips only. add another list view
this is an imagination of list view style
image

USE theme palette in SX

this is how you should use sx coloring so it fits the theme palette

import { useTheme } from '@mui/material/styles';

// Inside your component
function AnotherComponent() {
  const theme = useTheme();

  return (
    <div
      sx={{
        backgroundColor: theme.palette.primary.main,
        color: theme.palette.secondary.main,
      }}
    >
      {/* Content of your component */}
    </div>
  );
}

Give a star

Give a notification after using the app to ask them to give a star for the app on github

No result!

Show no results are found for the search in the subjects page in materail

Thumbnail Image

must be added also, So every one can navigate faster to the required file from the image

Add preview

  1. preview online lectures ( videos)
  2. Preview pdf
    3.preview presentation
  3. Preview docx

Are you in sem ?

Don't show the dialog to check the semester if he is already in a semester

Fast, open/close search

If you closed and opened search in the subjects, using Ctrl + K or anything else
The search input doesn't take enough time to clear it self, so it flashed like it is bugging

Dublicated search box

When the short cut ctrl + k OR / it doubles the search box, here is a screen shot of the first search box going hidden after before the first one when closing :
image

Search in all pages

Make the same good search at all pages in the website, semesters page and keeper page

All Subjects

Add in the tabs all the courses, instead of (Material, Schedule, and previous exams)
for example, if you clicked on a course from semester 4, then all the other 6 courses should be visible on the side
like this :
image

And on hover the subject full name will be displayed

Back is for back not new history

Make the back button to go to the real back in history, and just the normal behavior for the older browser by using try catch

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.