Welcome to Codeflow! This is a specialized environment designed to help you showcase your coding skills in a structured and efficient way.
-
Prerequisites
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Installation
# Extract the zip file to a location of your choice # Open a terminal in the extracted directory # Install dependencies npm install # Start the development server npm start
-
Accessing Codeflow
- Once the development server is running, open your browser to
http://localhost:3000
- You'll see the main interface ready for interview patterns
- Once the development server is running, open your browser to
At the start of each interview, you'll receive a .zip file containing an interview pattern. An interview pattern is a coding challenge that includes:
- Problem description and requirements
- Starter code and test cases
- Implementation details and tips
To set up the pattern:
- Extract the pattern's .zip file
- Drag and drop the extracted folder into the
src/interviews
directory - The pattern will automatically appear in the interface
- Click on the pattern to begin the challenge
That's it! You're now ready to start coding. Codeflow provides a timer and clean interface to help you complete the challenge.
Good luck with your interview!