GithubHelp home page GithubHelp logo

patika-react-course's Introduction

Patika React Course

This is the first homework of patika react course series.

How To Run

node --experimental-modules app.js

Homework

  • Bu fonksiyon "async" olarak tanımlanmalı ve default olarak dışa aktarılmalıdır. Fonksiyonun içindeki asenkron fonksiyonlar "await" ile tanımlanmalıdır.

  • Fonksiyon Number tipinde tek parametre alır. Bu parametre user id'yi belirtir.

  • Fonksiyonun görevi aşağıdaki endpoint'e giderek parametrede verilen user id ile ilgili kullanıcının verilerini çekmek olmalı. İstekleri "axios" kütüphanesini kullanarak yapmanız gerekiyor. İsteği yaparken aşağıdaki endpointin sonundaki rakamı parametrede gelen user id'ile değiştirmeniz gerekiyor.

    https://jsonplaceholder.typicode.com/users/1

  • Yine aynı fonksiyonun içerisinde ve yine aynı user id için bir de "posts" isteği yapılmalıdır.İsteği yaparken aşağıdaki endpoint'in sonundaki rakamı parametrede gelen user id'ile değiştirmeniz gerekiyor.

    https://jsonplaceholder.typicode.com/posts?userId=1

  • Artık elimizde kullanıcı bilgileri ve bu kullanıcının post'ları var. Bu iki veriyi birleştirip return edin. Birleştirme sonucunda elinizde aşağıdaki gibi bir obje bulunması gerekiyor.

  • "app.js" dosyasına yazmış olduğunuz "getData" isimli fonksiyonu "import" edin.

  • Bir alt satırda bu fonksiyonu çalıştırın ve gelen sonucu log'layın.

    {
    	id: 1,
    	name: "Leanne Graham",
    	username: "Bret",
    	email: "[email protected]",
    	address: {
    		street: "Kulas Light",
    		suite: "Apt. 556",
    		city: "Gwenborough",
    		zipcode: "92998-3874",
    		geo: {
    			lat: "-37.3159",
    			lng: "81.1496"
    		}
    	},
    	phone: "1-770-736-8031 x56442",
    	website: "hildegard.org",
    	company: {
    		name: "Romaguera-Crona",
    		catchPhrase: "Multi-layered client-server neural-net",
    		bs: "harness real-time e-markets"
    	},
    	posts: [{
    		userId: 1,
    		id: 1,
    		title: "sunt aut facere repellat",
    		body: "quia et suscipit suscipit recusandae"
    	}]
    }
    

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.