- Install Ruby
- Install Bundle
$ gem install bundle
- Take a fork of the project and clone your repository
- Go to the directory
- Perform bundle install
$ bundle install
- After completely done start the server
$ rails s
- Navigate in browser to http://localhost:3000/
-
open the link in the latest Chrome browser and observe the landing page especially the id 'front-banner'.
- Solve the issue appearing in the old Firefox
- Make sure to see the effects when you minimize the window to its minimum for it to be seen on the mobile browsers.
-
Go to the login page by clicking on the login button on the top.
- Using CSS properties alone, recreate this button instead of 'Anmelden':
- Use your imagination to beauify this page as you like.
- Create a JS code to check the password entered is greater than 6 characters or else show the error message on the page.
- Create a branch of your name and push to your forked repository.
- Create a pull request to master from your repository.
- There are sometimes you might be stuck in understanding the Rails architecture. Please dont hesitate and do write at [email protected] and we will help you to get the application up and running.
