Check out more features of this project here: Demo walkthrough
I decided to build an app similar to Stack Overflow so all of those experienced professionals or those who still getting the hang of programming can help and collaborate with one another. On Issue Me This users can post Issues with code snippets, leave comments to those issues, like, dislike and favorite their favorite issues for future reference. I also added a small but cool feature to make easier to copy those code snippets. I used Semantic UI React as my frontend framework to focus less in CSS styling and more in the use of React functional components, Hooks, Redux, Rails, and developing the features I had in mind.
There was much more I would've loved to add to this application such as users can follow/unfollow other users, users can chat in private to discuss more in depth ideas, and other great features but it's time to focus on honing other skills and expand on what this app taught me. I will continue to work and improve this project's code base and features as I grow as I developer.
This MVP (Minimum viable product) was built with the intent to solidify foundational skills on React as well as Rails as an API. There is still a lot of work to be done and learning to do but I am a proud creator of Issue Me This.
- Ruby on Rails - Rails API
- Cloudinary
- will_paginate
- active_model_serializers
- ruby-jwt
- rest-client
- cloudinary_gem
- figaro
- bcrypt-ruby
- rack-cors
- Fork this pository.
- Clone this repository onto your local machine.
- From your terminal
cd
into the project's folder. - Run
bundle install
to download all the necessary gems. - Run
rails db:migrate
to create the database. - Run
rails db:seed
to seed the database with some auto-generated data. - Follow the instructions for the front-end portion of this application.
- Run
rails s
to start the app.
MIT License
Copyright [2020] [Marlon Braga]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
- LinkedIn - Marlon Braga
- Portfolio - Currently unavailable and under construction