Skip to content

ShreyAswal/Books_Infinite_Scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Title Search Website

This is a book search website that allows users to search for book titles and utilizes infinite scroll!

Features

  • Search: Users can enter a book title in the search bar to find relevant results.
  • Infinite Scroll: The website implements infinite scroll, allowing users to continuously load more book titles as they scroll down the page.
  • Responsive: Entire website is responsive, so you can use this on any device.

Technologies Used

  • HTML: Used for structuring the web page.
  • CSS: Used for styling the web page.
  • JavaScript: Used for implementing interactivity and functionality.
  • React (JSX): Used as the JavaScript library for building the user interface.
  • Axios: Used for making HTTP requests to retrieve book title data.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository.
  2. Open the project in your preferred code editor.
  3. Install the necessary dependencies by running npm install.
  4. Start the development server by running npm start.
  5. Open your web browser and navigate to http://localhost:3000 to view the website.

Using the Vite Terminal

To use the Vite terminal, follow these steps:

  1. Make sure you have Vite installed globally by running npm install -g create-vite.
  2. Open your preferred code editor and navigate to the project directory.
  3. Open a new terminal window or integrated terminal in your code editor.
  4. Run the command vite to start the Vite development server.
  5. Open your web browser and navigate to the specified URL (usually http://localhost:3000) to view the website.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please feel free to submit a pull request.

About

Provides you with the most relevant books based on any input you provide!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors