Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the icons and updated Readme file for the new domain name #13

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Book Storage App
# Books Storage App

This app is deployed to production and can be viewed at [https://bc-country.com/](https://bc-country.com/).
This app is deployed to production and can be viewed at [https://books-storage.com/](https://books-storage.com/).

This project is a book storage application built with React. It allows users to search for books, add them to their personal collection, and manage their stored books. User authentication and secure access are handled using Firebase Authentication.

Expand Down Expand Up @@ -40,7 +40,7 @@ If you aren't satisfied with the build setup and configuration, you can `eject`
This application uses Firebase for user authentication. Firebase setup is handled in the `firebaseConfig.js` file and includes the necessary configuration for connecting with Firebase Authentication. Ensure you have a valid Firebase configuration setup and Firebase API keys stored in your `.env` file as follows:

```
REACT_APP_FIREBASE_API_KEY=your_api_key_here
REACT_APP_FIREBASE_API_KEY=your_api_key_here
REACT_APP_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com
REACT_APP_FIREBASE_PROJECT_ID=your_project_id
REACT_APP_FIREBASE_STORAGE_BUCKET=your_project_id.appspot.com
Expand All @@ -64,7 +64,7 @@ To deploy this app to [Netlify](https://www.netlify.com/), follow these steps:

1. Link your GitLab repository with Netlify.
2. Set the environment variables for Firebase and Google Books API in the Netlify dashboard.
3. Configure your custom domain (e.g., `bc-country.com`) in the domain settings on Netlify.
3. Configure your custom domain (e.g., `books-storage.com`) in the domain settings on Netlify.

For further guidance, see the [Netlify deployment documentation](https://docs.netlify.com/).

Expand Down
13 changes: 0 additions & 13 deletions clean/_logs/2024-10-27T16_01_25_773Z-debug-0.log

This file was deleted.

13 changes: 0 additions & 13 deletions clean/_logs/2024-10-27T16_03_15_897Z-debug-0.log

This file was deleted.

13 changes: 0 additions & 13 deletions clean/_logs/2024-10-27T16_03_49_427Z-debug-0.log

This file was deleted.

13 changes: 0 additions & 13 deletions clean/_logs/2024-10-28T22_12_33_556Z-debug-0.log

This file was deleted.

Binary file modified public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/colovrat.png
Binary file not shown.
Binary file modified public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
12 changes: 6 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link
rel="apple-touch-icon"
href="%PUBLIC_URL%/android-chrome-192x192.png"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link
rel="apple-touch-icon"
href="%PUBLIC_URL%/android-chrome-192x192.png"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>My Book Storage</title>
<title>Book Storage</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "BookStorage",
"name": "My Book Storage",
"short_name": "BS",
"name": "Books Storage",
"icons": [
{
"src": "favicon.ico",
Expand Down
Loading