cennetboran / ReactApp-Tutorial

Home Page:https://react-app-tutorial.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This is a project to learn React.js.

What includes this project?

React.js

React is a JavaScript library for building user interfaces.

You can find more about here -> https://facebook.github.io/create-react-app/docs/getting-started

Axios

This is a library that allows us to make HTTP Requests. I used this library to get my data from database.

You can find more about here -> https://www.npmjs.com/package/axios

Promise

The Promise object represents the eventual completion (or failure) of an asynchronous operation, and its resulting value.

You can find more about here -> https://www.npmjs.com/package/react-promise

Lodash

A modern JavaScript utility library delivering modularity, performance & extras.

You can find more about here -> https://lodash.com

What I learned?

I learned how to write a React application. Also what state and promise are. I learned how to use them and how they work.
I used Axios library to get data from my database. So i learned how to use Axios and how it works.
I used a .json file as database that you can find it here -> https://github.com/swagger9874/dataBase
This was not a local file. I used a fake server via -> https://my-json-server.typicode.com/swagger9874/dataBase

Available Scripts

In the project directory, you can run:

npm start

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.

About

https://react-app-tutorial.now.sh


Languages

Language:JavaScript 84.9%Language:HTML 13.3%Language:CSS 1.8%