MyLibrary is a modern and user-friendly library management web application built with React.js, Vite, Tailwind CSS, and powered by the Google API for fetching book data. It also incorporates Auth0 for secure authentication and session management, Font Awesome icons for styling, Axios for API calls, React Infinite Scroll for lazy loading, Toastify for notification messages, and react-autocomplete
for search suggestions.
šØ Important Note:
We are currently in the process of transitioning our authentication provider to Firebase. Please refer to the firebase
branch for the latest updates and instructions related to Firebase authentication.
š Live Link
https://github.com/user-attachments/assets/725b2b4a-5b79-4c4b-bc12-24aac7006516
š Video Link
To use certain features of the MyLibrary project, you'll need to configure the following API keys:
š Google Books API Key: This key is required to fetch book information from Google Books API.
š Auth0 Domain and Client ID: These are required for authentication and user management.
Follow these steps to set up the API keys:
To obtain a Google Books API Key:
To obtain Auth0 credentials:
Once you have obtained the necessary API keys, create a .env
file in the project root directory (if it doesn't already exist) and add the following environment variables with your API keys:
VITE_REACT_APP_GOOGLEBOOK_API_KEY=YOUR_GOOGLEBOOK_API_KEY
VITE_REACT_APP_AUTH0_DOMAIN=YOUR_AUTH0_DOMAIN
VITE_REACT_APP_AUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID
Replace YOUR_GOOGLEBOOK_API_KEY, YOUR_AUTH0_DOMAIN, and YOUR_AUTH0_CLIENT_ID with the respective values you obtained from Google and Auth0.
Make sure to keep your .env file secure and do not share your API keys publicly.
Now, you have successfully configured the required API keys for the MyLibrary project. You can start using these keys in your code to access Google Books API and authenticate with Auth0.
To run RepoSavant in a Docker container, follow these steps:
docker build --pull --rm -f "Dockerfile" -t mylibrary:latest
docker run --rm -d -p 8080:8080/tcp mylibrary:latest
Follow these steps to set up, run, and deploy MyLibrary on Vercel:
git clone https://github.com/suryanshsingh2001/MyLibrary.git
cd client
client
Directorynpm install
.env
file and provide the necessary API keys and Auth0 credentials.VITE_REACT_APP_GOOGLEBOOK_API_KEY=YOUR_GOOGLEBOOK_API_KEY
VITE_REACT_APP_AUTH0_DOMAIN=YOUR_AUTH0_DOMAIN
VITE_REACT_APP_AUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID
npm run dev
Open your browser and access http://localhost:5173
.
Deploy on Vercel:
We welcome contributions from the community! Whether you are a developer, designer, writer, or enthusiast, there are many ways to get involved. Check out our Contributing Guidelines to learn more about how you can contribute.
Please review our Code of Conduct to understand the expectations for behavior within our community.
MyLibrary actively participates in Hacktoberfest, an annual celebration of open-source contributions. Here's how you can join the Hacktoberfest fun with us:
Look for issues labeled as Hacktoberfest
in our GitHub issue tracker. These are specially curated issues for Hacktoberfest contributors.
Contribute to these issues by following the guidelines mentioned in each issue. You can work on bug fixes, features, or enhancements.
Submit your pull request (PR) with your contribution. Our team will review your PR and provide feedback.
Once your PR is merged, it will count towards your participation in Hacktoberfest. Plus, you'll be helping us improve MyLibrary!
The security of MyLibrary is important to us. If you discover any security vulnerabilities, please review our Security Policy for reporting guidelines.
We value your feedback and suggestions. Whether you have ideas for new features, bug reports, or general feedback, please visit our Feedback Section to share your thoughts.
MyLibrary is open-source software licensed under the MIT License.
"Let's write the next chapter together!" šš Happy coding and happy reading! šš