Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.