https://github.com/ilkaytech/cw-library
https://github.com/ilkaytech/cw-library
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilkaytech/cw-library
- Owner: ilkaytech
- Created: 2023-09-18T20:43:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T20:49:34.000Z (over 2 years ago)
- Last Synced: 2025-03-04T03:41:50.749Z (over 1 year ago)
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project : Clarusway Library
## Description
Project aims to create a Clarus Library.
## Project Skeleton
```
Clarusway Library (folder)
|
|----readme.md # Given to the students (Definition of the project)
SOLUTION
├── public
│ └── index.html
├── src
│ ├── App.js
│ ├── assets
│ │ ├── about.png
│ │ ├── book.jpg
│ │ ├── books.jpg
│ │ └── const.png
│ │ │
│ ├── components
│ │ ├── card
│ │ │ ├── Card.jsx
│ │ │ └── Card.style.jsx
│ │ ├── footer
│ │ │ ├── Footer.jsx
│ │ │ └── Footer.style.jsx
│ │ ├── header
│ │ │ ├── Header.jsx
│ │ │ └── Header.style.jsx
│ │ └── navbar
│ │ │ ├── Navbar.jsx
│ │ │ └── Navbar.style.jsx
│ │ │
│ ├── context
│ │ ├── AuthContext.jsx
│ │ └── ThemeContext.jsx
│ │ │
│ ├── index.css
│ ├── index.js
│ │ │
│ ├── pages
│ │ ├── about
│ │ │ ├── About.jsx
│ │ │ └── About.style.jsx
│ │ ├── detail
│ │ │ ├── Detail.jsx
│ │ │ └── Detail.style.jsx
│ │ ├── home
│ │ │ ├── Home.jsx
│ │ │ └── Home.style.jsx
│ │ ├── login
│ │ │ ├── Login.jsx
│ │ │ └── Login.style.jsx
│ │ └── register
│ │ │ ├── Register.jsx
│ │ │ └── Register.style.jsx
│ │ │
│ ├── router
│ │ ├── AppRouter.jsx
│ │ └── PrivateRouter.jsx
│ │ │
│ └── styles
│ ├── Flex.jsx
│ ├── Global.styles.jsx
│ └── theme.js
├── package.json
└── yarn.lock
```
## Expected Outcome

### At the end of the project, following topics are to be covered;
- HTML
- CSS
- JS
- ReactJS
## Demo
## Google Books API