Skip to content

App developed in React, using a mock json-server backend, that enables users to add, update and delete feedbacks dynamically. "main" branch has client side only, which is deployed by netlify. "feat/mock-backend" branch implements mock json-server back end.

Notifications You must be signed in to change notification settings

Eric-Souza/react-feedback-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Feedback App

App developed in React, using a mock json-server backend, that enables users to add, update and delete feedbacks dynamically.

Available Scripts

In the project directory, you can run:

npm install

Installs all necessary packages.\

npm start

Runs the app in the development mode.
Open https://localhost:3000 to view it in your browser.

npm run server

Runs the mock back end json-server.
Open https://localhost:5000 to view it in your browser.

npm run dev

Runs both client and server simultaneously.\

About

App developed in React, using a mock json-server backend, that enables users to add, update and delete feedbacks dynamically. "main" branch has client side only, which is deployed by netlify. "feat/mock-backend" branch implements mock json-server back end.

Topics

Resources

Stars

Watchers

Forks