Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.76 KB

28_project.md

File metadata and controls

36 lines (24 loc) · 1.76 KB

30 Days Of React: Project

Twitter Follow

Author: Asabeneh Yetayeh
October, 2020

<< Day 27 | Day 29>>

30 Days of React banner

Projects

Create Read Delete and Update(CRUD) Most applications use CRUD operations. For instance, you have been Reading(R) data by fetching from the cat API and countries API. You have been creating(C) when you use input field and item. However, we did not implement updating and deleting functionality so far. Since CRUD is a common operation almost in all big applications it is good to know how to implement it. In this section, we will develop a small application which has creating, reading, updating and deleting functionality.

The todo list is a very common example to learn and master CRUD operations in almost every libraries and frameworks. I would also recommend you to develop a todo list, note taking or a tinny blog application for the sake of mastering CRUD.

In this section, you and I will develop an old version of twitter post.

Exercises

  1. Develop the following application, twitter tweets. The application has all the CRUD operations.

🎉 CONGRATULATIONS ! 🎉

<< Day 27 | Day 29>>