MERN Stack is basically Mongos, Express React.js and Node.js. Which means, in a MERN Stack application we create backend using Node.js and Express and Front End with React.js and for the Database we use NoSQL kind of Database which is MongoDB. In this post we are going to explain how to start a new MERN […]
Tag: beginner
In this post we are going to create a frequency meter using arduino. This frequency counter will count the number of cycles per second and will display the output on 16×2 LCD. We used proteous for simulation purpose and to quickly test our circuit. Full source code is provided at end of the post.