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)
|
||||||
|
|
Loading…
Reference in new issue