class-attendance

A class management system that helps teachers keep track of student's attendance of their respective classes. Built with rails and postgresql

MIT License

Stars
1

📗 Table of Contents

📖 [Classlist attendance system]

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.

[Classlist attendance system] is a mobile web application where you can manage your budget.

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

Key Features

Describe between 1-3 key features of the application.

  • [See overview of money spent]
    • See the money spent on each category.
  • [Add Transactions and categories]
    • Introduce new transactions associated with a category or multiple categories.
  • [Sign in and sign up]
    • User authentication. Such that the data is private to user currently logged in.

🚀 Live Demo

Add a link to your deployed project.

💻 Getting Started

Describe how a new developer could make use of your project.

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

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd folder
  git clone https://github.com/itsmraga-hub/budget-app.git
  cd budget-app
  Open in your favorite editor

Install

Install this project with:

  cd budget-app
  gem install
  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rspec spec

Deployment

You can deploy this project using:

👥 Authors

Mention all of the collaborators of this project.

👤 William Raga

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [List Transactions]
  • [Transaction Details]

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

🙏 Acknowledgments

Give credit to everyone who inspired your codebase.

I would like to thank...

Original design idea by Gregoire Vella. All credits to him.

❓ FAQ

Add at least 2 questions new developers would ask when they decide to use your project.

  • [Did you use scaffold to generate your models, views and controllers or did you build them from scratch]

    • [Used a combination of both for different models]
  • [Question_2]

    • [Answer_2]

📝 License

This project is MIT licensed.