Skip to content

This project is 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.

Notifications You must be signed in to change notification settings

samiullah997/Capstone-V

 
 

Repository files navigation

logo

Microverse README Template

📗 Table of Contents

📖 Carpe Diem

blog-gif

Carpe Diem is 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.The Ruby on Rails 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

Tech Stack

Ruby
Ruby on Rails
Tailwind CSS / Material Tailwind
Database

Key Features

  • [Authentication, User can manage his categories and transactions ]
  • [User must be authenticated]

(back to top)

📽️ Project Doocumentation

Here is a link to the documentation of the project.

🚀 Live Demo

(back to top)

📇 Entity Relationship Diagram

er-diagram

💻 Getting Started

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

Prerequisites

In order to run this project you need: Git and Ruby

 gem install rails

Install

Install this project with:

  bundle install
  npm install

Create Database (Mandatory)

rails db:create

If you have made a migration then run this command

rails db:migrate
rails db:seed

Usage

To run the project, execute the following command:

  ./bin/dev  # for building tailwind css

Or

  rails server or rails s  # after build

Run tests

rspec

(back to top)

👥 Authors

👤 Michael Mesfin

(back to top)

🔭 Future Features

  • [Use importmaps or esbuild for loading JavaScript]
  • [Notifications that pop up and close]
  • [Implement side menu and User settings]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

🙏 Acknowledgments

I would like to thank:

Under the the Creative Commons liscense

image

Original design from Gregoire Vella on Behance

(back to top)

❓ FAQ

  • [Question_1]

    • [Answer_1]
  • [Question_2]

    • [Answer_2]

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This project is 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.3%
  • HTML 31.7%
  • Batchfile 2.7%
  • JavaScript 1.7%
  • CSS 1.5%
  • Shell 0.1%