https://github.com/furkan-dogu/lesson-reminder
Lesson Reminder Application is a web application designed with React to help users organise and remember their lessons.
https://github.com/furkan-dogu/lesson-reminder
css javascript mock-data react responsive yarn
Last synced: about 1 month ago
JSON representation
Lesson Reminder Application is a web application designed with React to help users organise and remember their lessons.
- Host: GitHub
- URL: https://github.com/furkan-dogu/lesson-reminder
- Owner: furkan-dogu
- Created: 2023-11-30T22:59:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T11:33:26.000Z (over 2 years ago)
- Last Synced: 2025-10-29T17:55:01.132Z (8 months ago)
- Topics: css, javascript, mock-data, react, responsive, yarn
- Language: JavaScript
- Homepage: https://les-rem.vercel.app/
- Size: 16.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lesson Reminder App
Lesson Reminder Application is a web application designed with React to help users organise and remember their lessons.
## Live Project Link
You can access the live version of the project [here](https://les-rem.vercel.app/).
```
Lesson Reminder (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.js
│ ├── components
│ │ ├── Header
│ │ │ ├── Header.css
│ │ │ └── Header.jsx
│ │ └── LessonCard
│ │ ├── LessonCard.jsx
│ │ └── LessonCard.css
│ ├── helper
│ │ └── data.js
│ ├── pages
│ │ └── Lesson.jsx
│ ├── index.css
│ ├── index.js
├── package.json
└── yarn.lock
```
## Screenshots
## Compatibility
The project is compatible with both wide-screen computers and mobile devices.