This project is a web application designed to help users prepare for the ENARM exam. It includes features such as user authentication, exam simulations, case studies, and progress tracking.
To install the project dependencies, navigate to the project directory in your terminal and run:
npm installAlternatively, if you are using Yarn:
yarn installTo start the development server and run the project locally, use the following command:
npm startOr, if you are using Yarn:
yarn startThis will typically open the application in your default web browser at http://localhost:3000.
- GA ID:
UA-2989088-15 - Location: The Google Analytics ID is configured in the file
src/components/AnalyticsTracker.js.
- Facebook App ID:
401225480247747 - Location: The Facebook App ID is configured in the file
src/components/facebook/FacebookLoginContainer.js. It is also used as a prop in thesrc/components/facebook/FacebookComments.jscomponent.