- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Marvelous is a web app that allows users to search for Marvel characters and comics. It uses the Marvel API to fetch data and display it to the user. The app is built with Ruby on Rails
Client
- TailwindCSS
- Hotwire Turbo
- Hotwire Stimulus
Server
- Ruby on Rails
- Fetches up-to-date data from Marvel API
- HTML over-the-wire with Turbo
- Allows searching for a speciic comic
- TBA
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed in your machine
Clone this repository to your desired folder:
git clone git@github.com:rskinnerc/marvelous.git
Install this project with:
cd marvelous
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec
You can deploy this project using your favorite service
👤 Ronald SKinner
- GitHub: @rskinnerc
- Twitter: @XSkinner
- LinkedIn: LinkedIn
- Implement liking comics
- Add authentication
- Implement comments per comic
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
Give credit to everyone who inspired your codebase.
I would like to thank Kelvin for his time mentoring me through this project.
This project is MIT licensed.