MyBudget-app is a simple application that display random greetings, build with react.js (front-end) and ruby on rails (backend)
- react.js
- ruby
- rails
- Easy to the eyes and cultivating at the same time
- Dynamic creation of content
To get a local copy up and running, follow these steps:
- Clone this repo as described in the setup section.
- Make modifications as peferred
In order to run this project you need: To clone or fork and run it in a browser
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone git@github.com:isume295/react-rails-app.git
using Ubuntu:
```sh
cd my-desired-folder
git clone git@github.com:isume295/react-rails-app.git
For more information on how to clone or fork a repository:
- Run
npm install
for linters - Run
bundle install
To run the project, execute the following command:
- Run
bundle exec rails server
- Run
npm run build
To run tests, run the following command:
-
to test CSS linter errors
npx stylelint "**/*.{css,scss}"
-
to test ruby linter errors
rubocop
-
to test the classes
rails c
👤 Sumeya Ibrahim
- GitHub: @isume295
Future changes:
- Add animations and transitions
- Add more styles and colors
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Recipe icons created by justicon - Flaticon
- Thanks to all Microverse community
This project is MIT licensed.