Facemash is a simple web application where users can choose between two randomly selected images to determine which one is more attractive. The images are ranked based on user votes, and the rankings can be viewed on a separate page.
To get a local copy up and running follow these simple steps:
Make sure you have Node.js and npm installed on your machine. You can download Node.js and npm from here.
- Clone the repository:
git clone https://github.com/adhithyasimha/facemash.git
Navigate to the project directory:
-
cd facemash
-
Install the dependencies:
npm install Start the development server:
-
npm start
-
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.