Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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._