This project is a Rails application that showcases comic covers from the Marvel API. It uses Stimulus, and Tailwind to create a modern, reactive web application. The WillPaginate gem is used to handle pagination.
- Ruby 3.2.2 or later
- Rails 7.1.2 or later
- Clone the repository:
git clone https://github.com/yourusername/marvel-library.git- Navigate to the project directory:
cd marvel-library- Install the dependencies:
bundle install- Set up the database:
rails db:create
rails db:migrate
rails db:seed- Start the server:
rails serverNow, you can visit the application in your web browser at http://localhost:3000.
The application displays a list of comic covers from the Marvel API. It uses Turbo to update the page asynchronously, Stimulus to add behavior to the HTML, and Tailwind to style the application. The WillPaginate gem is used to paginate the list of comic covers.