https://github.com/truecodersio/node-study-packet
A collection of questions and concepts to review in order to prepare for interviews
https://github.com/truecodersio/node-study-packet
Last synced: 5 months ago
JSON representation
A collection of questions and concepts to review in order to prepare for interviews
- Host: GitHub
- URL: https://github.com/truecodersio/node-study-packet
- Owner: truecodersio
- Created: 2023-07-26T15:21:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T15:52:42.000Z (almost 3 years ago)
- Last Synced: 2025-05-15T23:11:16.036Z (about 1 year ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Web Dev Study Packet
A collection of questions and concepts to review in order to prepare for interviews
TrueCoders
## About The Study Packet
### Built With
* [Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
## Getting Started
To get a local copy of this repo on your computer, follow these steps.
### Prerequisites
* Make sure you have git installed.
* To check, open a command line (command prompt or terminal) and use this command `git --version`
* If no version shows up or you get an error, you may need to [download git](https://git-scm.com/download)
### Clone
1. Clone the repo
```sh
git clone git@github.com:truecodersio/node-study-packet.git
```
2. Open the repo
- We recommend using something like Visual Studio Code to open the repo since you can open the file previews, which will display the formatted version of the markdown files
## Usage
* Pick an area that you feel you need to review
* Study 1-5 questions or topics at a time. Don't overwhelm yourself with everything at once. Work a little bit at a time
* Good luck! Happy Learning!
TrueCoders