SeniorenAllTagPlus is a project aimed at providing daily assistance and activities for senior citizens. The application is built using Ruby, HTML, SCSS, and JavaScript.
SeniorenAllTagPlus aims to support senior citizens in their daily activities by providing a range of tools and resources. The application is designed to be user-friendly and easily accessible.
- Daily activity planner
- Health and wellness tips
- Social interaction tools
- Easy-to-use interface
- Multi-language support
You can try out the application here.
To install and set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/ardidrizi/SeniorenAllTagPlus.git
- Navigate to the project directory:
cd SeniorenAllTagPlus - Install the necessary dependencies:
bundle install
- Set up the database:
rails db:setup
To start the application, run:
rails serverThen, open your browser and visit http://localhost:3000.
To create a demo user, follow these steps:
- Navigate to the sign-up page at
http://localhost:3000/users/sign_up. - Fill in the required user details (name, email, password, etc.).
- Submit the form to create the account.
- Use the credentials to log in at the demo link.
We welcome contributions to improve SeniorenAllTagPlus. To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add some feature" - Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions, feel free to open an issue or contact the maintainers at [email protected].