An open API service indexing awesome lists of open source software.

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

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)

(back to top)

## 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)

(back to top)

### 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!

(back to top)

TrueCoders