This project is a meme voting application. There are two memes categories:
- hot (number of votes calculated by a formula (upvotes - downvotes > 5)
- regular (number of votes calculated by a formula (upvotes - downvotes <= 5)
Memes with proper number of votes are automatically moved between the categories.
Additionaly, meme can be marked as a favourite by clicking the star button.
This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.
- Node >= 14
- npm >= 6
Clone this repository
$ git clone https://github.com/anitakniaziew/memes
Install dependencies
$ cd memes
$ npm install
Available Scripts
In the project directory, you can run:
$ npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
$ 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.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Created by @anitakowalska