Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khaledalabssi/feedback_app
https://github.com/khaledalabssi/feedback_app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/khaledalabssi/feedback_app
- Owner: KhaledAlabssi
- Created: 2021-12-17T08:45:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T21:37:56.000Z (almost 3 years ago)
- Last Synced: 2024-05-31T16:04:11.121Z (6 months ago)
- Language: JavaScript
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feedback App
---
Simple React app allow users to add, edit and delete feedback from/to feedback list### Tech/Libraries:
- React
- Json-Server
- 'Context' from React
- React-Router-Dom
- Farmer-Motion
- React-Icons### Screenshot:
![feedback one](https://user-images.githubusercontent.com/26570366/147508231-28a70bc9-79aa-4be9-8abb-6aeb578486ab.PNG)
### How to run this app:
- Clone this repo to your machine
- Navigate to directory and from the terminal run:
```sh
npm install# Run frontend (3000) & Backend (Json-Server)
npm run dev# Run frontend (3000)
npm start
```
## Enjoy Coding ;)