An open API service indexing awesome lists of open source software.

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.

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.