https://github.com/mehmet-github06/react-lesson-reminder-v2
Lesson Reminder Application is a web application designed with React to help users organise and remember their lessons.
https://github.com/mehmet-github06/react-lesson-reminder-v2
html-css-javascript react responsive usestate
Last synced: 7 months 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/mehmet-github06/react-lesson-reminder-v2
- Owner: Mehmet-github06
- Created: 2023-12-06T09:18:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T12:26:20.000Z (over 2 years ago)
- Last Synced: 2025-01-16T05:25:41.205Z (about 1 year ago)
- Topics: html-css-javascript, react, responsive, usestate
- Language: JavaScript
- Homepage: https://react-lesson-reminder-v2.vercel.app
- Size: 4.94 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://react-lesson-reminder-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.