Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-dogu/lesson-reminder-v2
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-v2
css javascript mock-data react responsive usestate
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-v2
- Owner: furkan-dogu
- Created: 2023-12-05T07:36:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T07:44:07.000Z (about 1 year ago)
- Last Synced: 2024-11-20T06:58:20.322Z (3 months ago)
- Topics: css, javascript, mock-data, react, responsive, usestate
- Language: JavaScript
- Homepage: https://les-rem-v2.vercel.app
- Size: 18.7 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-v2.vercel.app/).
```
Lesson Reminder (folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.js
│ ├── components
│ │ ├── Header
│ │ │ ├── Header.css
│ │ │ └── Header.jsx
│ │ └── LessonCard
│ │ ├── LessonCard.jsx
│ │ └── lesson.module.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.