akhil9tiet / react-crud

CRUD application demo in react. this is a small project mostly for self learning. I will comment out code so that anyone who is cloning is able to easily see what the code is doing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple React CRUD application

Made with create-react-app

Installation steps

git clone https://github.com/akhil9tiet/react-crud.git

Go to the folder in terminal where you cloned

cd react-crud
yarn
yarn start

About

CRUD application demo in react. this is a small project mostly for self learning. I will comment out code so that anyone who is cloning is able to easily see what the code is doing.


Languages

Language:JavaScript 85.4%Language:HTML 13.5%Language:CSS 1.1%