Giter VIP home page Giter VIP logo

xpenda-app's Introduction

Xpenda-App

The Ruby on Rails project is about building a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

I created an application that allows the user to:

  • register and log in, so that the data is private to them.
  • introduce new transactions associated with a category.
  • see the money spent on each category.

Built With

  • Ruby
  • Rails
  • Postgresql
  • CSS
  • Tailwind

Live Demo (if available)

Click here for the mobile app live demo

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

clone this repo

Usage and Installation

  • Navigate to the directory cd Xpenda-app (case sensitive, make sure you type the correct path)
  • Run bundle install in your terminal (in case you need to update gems run bundle update)
  • To setup database and tailwind run the following commands:
    • rails db:create
    • rails db:migrate
    • rails db:seed (to populate initial data from db/seeds.rb file)
  • Run rails s on your terminal
  • Enter http://localhost:3000/ or localhost:3000 on your browser to view the project.
  • Congratulations! App should run successfully.

Authors

๐Ÿ‘ค Dozie Udeagha

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

๐Ÿ“ License

This project is MIT licensed.

xpenda-app's People

Contributors

udeaghad avatar

Stargazers

Roman avatar

Watchers

 avatar

xpenda-app's Issues

[6pt] Day 1

  • Set up the repository and tools.
  • Create your models according to the ERD diagram. Don't forget about validations and tests.
  • Implement the authentication and authorization.

[6.5pt] Day 3

  • Make sure your app is tested adequately.
  • Deploy the project, and test for final details.
  • Record a video for your project.
  • Create a good README and PR description.

[6.5pt]Day 2

  • Create the page to add a category.
  • Create the home page.
  • Create the page to add a transaction.
  • Create the transactions page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.