added custom schedule generator idea

pull/433/head
Priyansh Vyas 4 years ago
parent b47cf8261f
commit 90ca4127ea

@ -0,0 +1,29 @@
# 6x9 Generator
**Tier:** 2-Intermediate
This application is a customized weekly academic Time-Table Generator and Manager.
## User Stories
- [ ] User can create a **.csv** file which contains details about their weekly schedule of lectures, tutorials and lab section classes (This file could be used to render data on the frontend)
- [ ] Users can select courses from a dropdown to add to their time-table
- [ ] Users can remove the added courses to manage their schedule
## Bonus features
- [ ] Users can searcb in the input box to find by Course Code, Instructor, Course Name etc.
- [ ] Users can add custom Reserve time for breaks like lunch, snacks etc
## Useful links and resources
- [Array useState Updating](https://stackoverflow.com/questions/56266575/why-is-usestate-not-triggering-re-render)
- [ForceUpdating](https://stackoverflow.com/questions/53215285/how-can-i-force-a-component-to-re-render-with-hooks-in-react)
Example projects
- [6x9 Generator](https://github.com/priyansh71/6x9-Generator)

@ -82,7 +82,8 @@ required to complete them.
### Tier-2: Intermediate Projects
| Name | Short Description | Tier |
| --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- |
| ------------------------------------------------------------ | -------------------------------------------------- | -------------- |
| [6x9 Generator](./Projects/2-Intermediate/6x9-Generator.md) | Create a customizable weekly schedule generator | 2-Intermediate |
| [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate |
| [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate |
| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |

Loading…
Cancel
Save