Skip to content

๐Ÿ“š A sleek and minimalistic webapp offering B.Sc Physics textbooks for Calicut University students. Note: currently only 6th semester books are available.

Notifications You must be signed in to change notification settings

FarisPalayi/phybooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Getting Started

First, install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Learn More

class naming method of components

The naming of classes for styling is a hybrid of the BEM methodology and camelCase:

<div class="block">
  <div class="block__element"></div>
  <div class="block__elementDescriptiveName"></div>
  <!-- ๐Ÿ‘‡"omitting '--modifier' for easier CSS module class names(when used)."-->
  <div class="block__elementModifier"></div>
</div>

About

๐Ÿ“š A sleek and minimalistic webapp offering B.Sc Physics textbooks for Calicut University students. Note: currently only 6th semester books are available.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published