This project is a React.js app for iyteemlak.com web application. iyteemlak.com simply helps Iyte students to find house for rent. Checkout trello page for more info about development process.
This project was bootstrapped with Create React App.
npm run dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
To run the app you need iyteemlak.com api.
Distributed under the GNU General Public License v3.0 license. See LICENSE
for more information.
A. Semsettin Ozdemirden - ahmetozdemirden@std.iyte.edu.tr
- Fork it (https://github.com/iyteemlak/web/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request