A Simple Idea Vote Application
This project is a simple application that will help us solidify the knowledge we have learned so far in the two modules above. The application is a Meteor application with a React frontend application.
$inc
modifierThe application will create ideas
that are then upvoted or downvoted. A Mongo Collection called Ideas
will be created to hold the stored data. The application will display the list of ideas stored inside the collection sorted according to their upvote.
We are already familiar with this default Meteor application skeleton app that shows a list of links. In the next component, we are going to delete some files while restructuring the application.
Happy coding!!!