/MOI10_APP

MOI10 (Most important 10) is a web app build using React + Redux where users can signup and create a post and other users can upvote or downvote that post and then top posts will be shown on home page to visitors.

Primary LanguageJavaScript

Git Commands

git init - Create a new git repo git status - View the changes to your project code git add - Add files to staging area git commit - Creates a new commit with files from staging area git log - View recent commits