Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pktcodes/reviews-react-project-v2
Reviews Project using React
https://github.com/pktcodes/reviews-react-project-v2
css ecmascript html javascript john-smilga react react-hooks react-icons reviews usestate vite
Last synced: about 1 month ago
JSON representation
Reviews Project using React
- Host: GitHub
- URL: https://github.com/pktcodes/reviews-react-project-v2
- Owner: pktcodes
- Created: 2023-07-10T03:20:14.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-10T04:28:44.000Z (over 1 year ago)
- Last Synced: 2024-11-08T23:57:57.577Z (3 months ago)
- Topics: css, ecmascript, html, javascript, john-smilga, react, react-hooks, react-icons, reviews, usestate, vite
- Language: CSS
- Homepage: https://react-reviews-v2-prod.netlify.app/
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reviews ⭐
> PROD [Live] : https://react-reviews-v2-prod.netlify.app/
#### Reviews consist of a straightforward user interface where there is a
- List of reviews given by people for a certain company they have worked for.
- Each review card has an **name**, **job**, **image**, **text** along with the buttons.
- Buttons have been implemented to navigate through the reviews i.e., **Right** for forward, **Left** for backward and a **Surprise Me** for a random review.
- Data is handled by the `data.js` file.
- To run the project locally, clone the repo, `npm install` to install the dependencies, and `npm run dev` to start up the development server on default port 5173.#### Languages
HTML, CSS, JavaScript, ECMAScript, React - Hooks ~ useState
#### Packages
[React Icons](https://www.npmjs.com/package/react-icons)
#### Deployment / Hosting
Netlify
---
_Note: I have developed this project ~ [4] as part of React 18 Tutorial and Projects Course (2023) taught by John Smilga._