Personal project to create a JavaScript library.
If you want to access the web, clone a repository with git clone.
git clone https://github.com/karlosvas/bookstore-wayne.git
Install the dependencies with npm install and make sure you have node installed.
pnpm node -v
pnpm install
Look at my app and give me your opinion π. If you have any questions or see any errors, do not hesitate to send me an issue π
pnpm start
I know that there are obviously much simpler ways to make a website like this using frameworks, but I wanted to set myself a challenge to make it as vanilla as possible.