Skip to content

ElijahTobs/Save-It

Repository files navigation

Group Your Savings

View Code Github Issues GitHub Pull Requests


Ruby on Rails Capstone Project

Content

AboutScreenshotsBuilt WithPrerequisiteSetupHow to useAuthor

About

  • This is the capstone project of the Microverse Ruby on Rails curriculum. This capstone project is completed as part of the Microverse remote software developement curriculum using the pair programming approach.

  • In this project I created a saving app where users can create an account with their username and add their savings. The savings can be grouped and ungrouped into the names of their choice.

  • At Sign up, users can select their preferred image for better UI and UX.

  • Users can also view each savings in each group.

  • Users can track the total amount of their savings.

  • This project is built with the MVP approach

Screenshots

First

Second

Third

Fourth

Fifth

Live Demo

Link

🔧 Built with

  • Ruby 2.7.1
  • Rails 5.2.4.3
  • RSpec
  • HTML
  • CSS

🔧 Prerequisite

  • Ruby 2.7.1
  • Rails 5.2.4.3

🛠 Setup

$ cd <folder>
$ git clone https://github.com/ElijahTobs/Save-It
$ cd Save-It
$ bundle install
$ rails db:migrate

📝 How to use

To create or/and attend events, run the commands on rails console:

$ rails server
$ Open http://localhost:3000/ in your browser.
...

✒️ Author

👤 Elijah Ayandokun

🤝 Contributing

Contributions, issues and feature requests are welcome!

👍 Show your support

Give a ⭐️ if you like this project!

Acknowledgements