RO
RohitSharma50/personal-bookshelf
MY-Bookshelf project
Personal Bookshelf ๐
- I made ๐ Personal bookshelf ๐ from scratch using React.js, which is the part of assesment from a compney
To Clone this Repository
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
git clone "https://github.com/RohitSharma50/personal-bookshelf.git"Go to the project directory
cd personal-bookshelfInstall dependencies
npm installStart the server
npm run startAfter doing this this application should now be running on localhost. If you want to Fork repository and want to run locally, follow this guidelines Fork and Clone Github Repository
Key Features
โ Utilize the Web Storage API (localStorage) to store the user's bookshelf persistently.
โ fetch data from api and duisplays it here.