Skip to content

Commit 361cdf3

Browse files
Create README.md
1 parent 3573c31 commit 361cdf3

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

README.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Javascript Machine coding Round questions 🚀
2+
3+
# live Link IS here 😎 - https://machine-coding-interview-questions.netlify.app/ <br>
4+
5+
## To Clone this Repository
6+
7+
You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.
8+
9+
```bash
10+
git clone "https://github.com/RohitSharma50/Javascript_Machine_coding.git"
11+
```
12+
13+
Go to the project directory
14+
15+
```bash
16+
cd Javascript_Machine_coding
17+
```
18+
19+
Install dependencies
20+
21+
```bash
22+
npm install
23+
```
24+
25+
Start the server
26+
27+
```bash
28+
npm run start
29+
```
30+
31+
After doing this this application should now be running on `localhost`. If you want to Fork repository and want to run locally, follow this guidelines [Fork and Clone Github Repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo)
32+
33+
#
34+
35+
## Key Features
36+
◉ Implemented various projects that includes various javascript operations <br>
37+
Project-1 BMI Calculator 🔥 <br>
38+
Project-2 Counter 👻 <br>
39+
Project 3 - Guess The Number 😎 <br>
40+
Project 4 - File Uploader 🤨 <br>
41+
Project 5 - Light & Dark Mode👻 <br>
42+
Project 6 - Meme Generator 🧠 <br>
43+
44+
## 🔗 Let's Connect
45+
46+
[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/rohit-sharma50/)

0 commit comments

Comments
 (0)