Skip to content

anitakniaziew/memes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memes voting application

Table of contents

General info

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.

Requirements

  • Node >= 14
  • npm >= 6

Setup

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.

Contact

Created by @anitakowalska

About

ALK final project - memes voting application written in React using a bit of Redux Toolkit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published