Skip to content

XNeyMo/SJT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

This project revolutionizes the way university students plan their academic schedules. It addresses a common concern among students: uncertainty about whether the chosen schedule is truly optimal. This innovative web platform eliminates this uncertainty by leveraging advanced algorithms to analyze all possible schedule combinations. This ensures that you do not receive just any schedule, but the most efficient and effective one adapted to your preferences and academic requirements.

Have you ever wondered if your current schedule could be better optimized? With this platform, those worries become a thing of the past. By seamlessly integrating an easy-to-use interface design with a powerful search algorithm, you'll be able to effortlessly customize your course load and preferred schedules. The result? A schedule that not only meets your academic needs but also maximizes your time and minimizes overlaps or unnecessary spaces.

Say goodbye to the hassle of manually comparing schedules or second-guessing your options. This solution provides clarity and confidence, ensuring that each student can make informed decisions about their academic journey. Transform the way you plan and manage your college schedule with SAIJITAN.

📜 Table of Contents

  1. How to Use ?
  2. 🖥️ Technical Information
  3. ©️ License
  4. 👋 Author

To start generating your university schedule with SAIJITAN, the process is direct and efficient. Once you access SAIJITAN through your web browser, there is no registration or login required. Simply look for the "Use It" button in the top right corner and click to get started.

Within SAIJITAN's intuitive interface, you will enter information about the subjects you plan to take during the semester. For each subject option, specify the days of the week it has, as well as their time slots. Additionally, if you have multiple options for the same subject (for example, different sections or groups), you can indicate that too.

Once you have entered all the relevant details, press the “Calculate Schedule” button. At this point, our Rust-optimized backend will process all possible schedule combinations based on your preferences. The goal is to provide you with the most efficient and convenient match, minimizing your time at university and ensuring that your schedule fits perfectly with your academic and personal needs.

After a few seconds, SAIJITAN will present you the result with the best possible schedule according to the data entered. You will be able to clearly see which is the best combination of classes, thus optimizing your daily and weekly schedule effectively.

In short, with SAIJITAN, we simplify the academic planning process by eliminating the manual work and uncertainty associated with selecting the perfect schedule. Discover how this platform can transform your university experience and maximize your time significantly!

Technologies

Astro Build Astro Build Astro Build Astro Build

Project Structure

SAIJITAN/
├── assets/
│   └── Saijitan.png/
├── backend/
│   ├── src/
│   │   └── main.rs
│   ├── Cargo.lock
│   └── Cargo.toml
├── frontend/
│   ├── public/
│   │   └── favicon.svg
│   ├── src/
│   │   ├── assets/
│   │   │   ├── email.svg
│   │   │   ├── github.svg
│   │   │   ├── logo.svg
│   │   │   ├── schedule.svg
│   │   │   ├── telegram.svg
│   │   │   └── time.svg
│   │   ├── components/
│   │   │   ├── Feature.astro
│   │   │   ├── Footer.astro
│   │   │   ├── Form.jsx
│   │   │   └── Header.astro
│   │   ├── layouts/
│   │   │   └── Layout.astro
│   │   ├── pages/
│   │   │   ├── index.astro
│   │   │   └── schedule.astro
│   │   └── env.d.ts
│   ├── astro.config.mjs
│   ├── package-lock.json
│   ├── package.json
│   ├── tailwind.config.mjs
│   └── tsconfig.json
├── .gitignore
├── LICENSE
└── README.md

This project is licensed under the MIT License.

  1. 🙍‍♂️ Neyan Montes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published