Skip to content

In this app, you can create kittens. Then you can destroy them or, if you are evil enough, you can trigger the apocalypse and destroy all of them.

License

Notifications You must be signed in to change notification settings

MuriloRoque/odin_kittens_app

Repository files navigation

hire-badge Twitter Follow

Odin Kittens App

App Demo

First of all, you can find this project's tutorial here.

In this project I:

  • Used Ruby to implement a kitten collection app;
  • Used HTML, Javascript and CSS to create the views;
  • Set up a code linter in the repository;
  • Used gitflow;
  • Created an effective Ruby code that solved the problem;
  • Applied Ruby coding best practices;
  • Implemented basic OOP principles;
  • Have an organized project structure;
  • Used common Ruby patterns;
  • Chose a simple solution over a more complex one.

What it does

When the App is executed, you can create, edit and delete kittens, you can choose the name, age, softness and cuteness. Also, you can create an APOCALYPSE to imediatelly exterminate all the kitens, but please don't do that!

Built with

Ruby on Rails, HTML, CSS and Javascript.

Live Demo

Click for Live App

Getting Started

  • Clone the project to your local machine;
  • cd into the project directory;
  • Run bundle install to install the necessary gems;
  • Run rails db:migrate to create your database columns;
  • Run rails s to start a server in your computer;
  • In your browser address, type the following URL: localhost:3000;
  • Enjoy the App and its functionalities!

Author

Murilo Roque Paiva da Silva

Github: @MuriloRoque

Twitter: @MuriloRoquePai1

Linkedin: MuriloRoque

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

About

In this app, you can create kittens. Then you can destroy them or, if you are evil enough, you can trigger the apocalypse and destroy all of them.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published