Skip to content

A basic React Project to practice myself and be familiar with useState, useContext, Router.

Notifications You must be signed in to change notification settings

berkaycirak/Feedback-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the Project

⭐Thanks to that app, you can give a feedback. Also you can delete that feedback from the application.

Feedback-App-Demo

This is a basic "React" application to practice myself. You can test yourself by cloning the project. Since there is also a Json-Server, you should type "npm run dev" to access application on your local after cloning.

❗ The reason of using Json-Server in that project is that when you add or delete a feedback from the application, it comes back after refreshing the browser (Since React is only a UI Library). To avoid that, we should store our data into a backend server. In that way, we can delete or add feedback permanently from our application.

This application is coded by using ↴

• React
• useState
• Router
• Context-Api
• JSON-Server (GET,POST and DELETE Requests)

About

A basic React Project to practice myself and be familiar with useState, useContext, Router.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages