This project is the official Frontend codebase of kodilan.com which is a software related job board for Turkey.
This project based on Vue stack and uses Vuex, Vue Router and Vue CLI.
To handle AJAX requests, we use axios. The data we fetch from the server will unlikely change during a user session, so we cache responses using an Axios Middleware called axios-extensions. This makes our app blazingly fast in between page changes. For the best user experience, we also maintain the scroll position between pages changes, thanks to Vue Router's Scroll Behavior feature.
Since kodilan.com is a Single Page Application job posting board, SEO plays a very critical role in our organic growth. To generate dynamic page title, keywords, meta tags and Open Graph tags, we use vue-meta from Nuxt team. On top of that, we use Prerender.io to serve SEO friendly HTML to search engines.
We use yarn as our package manager and you should have yarn installed on your machine to be able to run this project locally. After that you can run the following commands in order.
- yarn install
- yarn serve
Please take a look at the CHANGELOG file.
- Fatih Acet
- Emir Karşıyakalı
- Didem Acet
- Erdoğan Bulut
- Mehmet Ersan Uzun
- Tugay Yaldız
- Olga Bulat
- Barış Kartal
- Ali Ertan Biberoğlu
- Ali Gören
- Furkan Köse
- İlker Demir
- Berkan Sivri
You can take a look the following video to deep dive into the codebase.