iamalaziz / feedback-app-demo

This is a demo repo for Feedback app

Home Page:https://react-feedback-app.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feedback-app-demo

This is a demo repo for Feedback app. This project is built to practice React with Crud operations. I want to keep this project private. If you are interested in, feel free to contact me. This project can run only when you set up json-server on localhost.

NPM packages and techs

  • React.js
  • Framer-Motion
  • json-server
  • concurrently
  • react-router-dom
  • react-icons

Hosted Demo Link

screenshot

This project is hosted on Vercel. Here is the link - https://react-feedback-app.vercel.app

Project Folder Structure

┣ public/
┃ ┗ index.html
┣ src/
┃ ┣ assets/
┃ ┃ ┗ spinner.gif
┃ ┣ components/
┃ ┃ ┣ shared/
┃ ┃ ┃ ┣ Button.jsx
┃ ┃ ┃ ┣ Card.jsx
┃ ┃ ┃ ┗ Spinner.jsx
┃ ┃ ┣ AboutIconLink.jsx
┃ ┃ ┣ FeedbackForm.jsx
┃ ┃ ┣ FeedbackItem.jsx
┃ ┃ ┣ FeedbackList.jsx
┃ ┃ ┣ FeedbackStats.jsx
┃ ┃ ┣ Header.jsx
┃ ┃ ┗ RatingSelect.jsx
┃ ┣ context/
┃ ┃ ┗ FeedbackContext.js
┃ ┣ data/
┃ ┃ ┗ FeedbackData.js
┃ ┣ pages/
┃ ┃ ┗ AboutPage.jsx
┃ ┣ App.js
┃ ┣ index.css
┃ ┗ index.js
┣ .gitignore
┣ README.md
┣ db.json
┣ notes.md
┣ package-lock.json
┗ package.json