lukebergmann / rating-sasklander

A Front-End user rating application using React, React-Router, HTML, and CSS. This project is intended as a technical assessment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Rating Application

Completed by Luke Bergmann

Project Description

A simple rating component where users can rate their experience from one (★☆☆☆☆) to five (★★★★★). A new confirmation number is generated every refresh.

"Rating Page"

Tech Stack Used

  • React
  • CSS
  • HTML5

Dependencies

  • react-router-dom - ^5.2.0

Installation

  1. Clone or download the respository
$ git clone https://github.com/lukebergmann/rating-sasklander
  1. Navigate to the project directory and install dependencies for both React and Express
cd rating-sasklander/my-app
$ yarn add
  1. From your terminal, start the server
cd rating-sasklander/my-app
$ yarn start
  1. Visit http://localhost:3000/ in browser (change from port 3000 in url if react asks)

About Me

I am a Full-Stack Web Developer. I graduated in May of 2021 from Lighthouse Labs and am always looking for new and exciting opportunities. Feel free to contact me with any of the links below, I would love to connect!

GitHub | LinkedIn | Medium | Email Me


This project is intended as a technical assessment.

About

A Front-End user rating application using React, React-Router, HTML, and CSS. This project is intended as a technical assessment.


Languages

Language:JavaScript 57.2%Language:CSS 25.9%Language:HTML 16.9%