Build a API Tutorial using ReactJS.
-
Project aims to create a API Tutorial App.
-
In this project, I made CRUD operations using the real API. You can add, delete or edit new entries in the list. Due to Heroku's transition to a paid system, the API that I have been performing CRUD operations on is no longer suitable. You can still access my website, but the actions you take will not be possible because the API is not active.
You can reach my project from here !
- HTML
- CSS
- JS
- ReactJS
- Axios
- Bootstrap
random-user-react (folder)
|
|----readme.md
SOLUTION
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── robots.txt
├── src
│ ├── components
│ │ ├── AddTutorial.jsx
│ │ ├── EditTutorials.jsx
│ │ └── TutorialList.jsx
│ ├── pages
│ │ └── Home.jsx
│ ├── App.css
│ ├── App.js
│ └── index.js
├── package.json
└── yarn.lock
└── readme.md
To run this project, install it locally using npm or yarn:
$ git clone https://github.com/esadakman/reactjs-api-tutorial.git
$ cd api-tutorial-project/
$ npm install / yarn
$ npm start / yarn start