A basic Book Store app that help remove and add books in a book store .
-
Semantic HTML
-
HTML Forms
-
Css
-
positioning
-
PSuedo Classes
-
Flexbox
Javascrpit
-
Dom Manipulation and
EventListner
with handler functions -
Named and anonymous arrow functions
-
Arrays and Object
-
Array manipulation with,
forEach
-
Localstorage API
-
JSON.Parse
-
JSON.Stringify
-
Javascript Classes and Methods
-
Css
-
positioning
-
PSuedo Classes
-
Flexbox
Javascrpit
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
- Node and NPM
- Web browser (Google chrome)
- Code Editor (VSCode)
- Clone the project
git clone https://github.com/basitkorede/html-template.git
- Install Dependencies
npm install
To run StyleLint by itself, you may run the lint task:
npx stylelint "**/*.{css,scss}"
Or to automatically fix issues found (where possible):
npx stylelint "**/*.{css,scss}" --fix
You can also check against Webhint:
npx hint --telemetry=off .
👤 Author
- GitHub: @githubhandle
- Twitter: @twitterhandle
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.