Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khaledalabssi/feedback_app


https://github.com/khaledalabssi/feedback_app

Last synced: 1 day ago
JSON representation

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 ;)