-
This is Simple Timetable app for managing your everyday online Lecture and online Lab meeting Links - developed using React.js and Ant-Design Component Library. All data is saved in LocalStorage of your browser.
-
You can add lecture and Lab Events. It will show Todays Lectures and Labs on main page. You can also edit and delete any lecture/lab event.
-
If you are lazy and if your friend has set all links, you and your friend have same timings and links then you can ask him to give you a copy of his/her data. Then simply paste that data in your app.
-
Fork the repository, Clone it in your machine.
-
You need Node & Yarn to start the development environment. Download them here - Node, Yarn.
-
Install Packages using:
yarn install
- Run the development server using:
yarn start
- For production build:
yarn build