Wildlife Cards is a full-stack web application which allows users to upload one or more cards, which include a random picture of an animal, for display on the homepage.
Technologies used: React, Node.js, Express, MongoDB.
Clone the project onto your machine.
Install all npm packages. Go into the project folder and type the following command to install all npm packages:
npm install
Use the following command to run the application locally:
npm start
To see the app running, go to localhost:3000 using your web browser.