Welcome to the LeanPrep Interview Skills App - your ultimate destination for honing your interview skills. Whether you're a fresh graduate, career changer, or seasoned professional, we've got you covered. Our comprehensive library of mock interview questions and expert tips will help you ace any job interview.
HOSTED LINK (DEMO) : LeanPrep App
The project consists of several components and files:
- App.js: The main entry point of the application, where React Router is used to define the routes for different pages.
- LandingPage.js: The landing page of the application, displaying the header, navigation bar, and main content.
- AuthContainer.js: A reusable component for rendering the authentication pages. It includes the application logo and wraps the page content.
- Body.js: A component representing the main content of the landing page, including text content and call-to-action buttons.
- Navbar.js: A component for rendering the navigation bar.
- Various image assets used in the application.
To run the LeanPrep Interview Skills App locally, follow these steps:
-
Clone the repository to your local machine:
git clone <repository_url>
-
Navigate to the project directory:
cd leanprep-interview-skills-app
-
Install the required dependencies:
npm install
-
Start the development server:
npm start
This will start the development server and open the application in your default web browser.
- When you run the application, it starts on the landing page.
- The landing page contains information about the LeanPrep app, including a brief description and a call-to-action button to join the program.
- Clicking the "Join our Program" button will take you to the signup page (
/signup
) where users can create an account. - If you are already a member, you can click the "Login" link to navigate to the login page (
/signin
). - After successful signup or login, users can access further features and resources related to interview skills.
If you would like to contribute to the LeanPrep Interview Skills App, please follow these guidelines:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and test them thoroughly.
- Submit a pull request, explaining the purpose of your changes and any relevant details.
If you encounter any issues or have questions related to the application, please feel free to open an issue on the GitHub repository. We are here to help!
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for using the LeanPrep Interview Skills App! We hope it helps you ace your job interviews.
Explore the app: LeanPrep App