Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chetannada/Javascript-Practice
This repository contains Leetcode DSA and HackerRank DSA Solution using Javascript and Code snippet of Important Topics in Javascript. It is meant to help beginners to learn and practice JavaScript concepts and features in a hands-on way.
https://github.com/chetannada/Javascript-Practice
hackerrank hackerrank-solutions javascript javascript-algorithms-and-data-structures javascript-beginners javascript-code javascript-codes javascript-dsa javascript-practice javascript-practice-problems javascript-vanilla leetcode-javascript leetcode-javascript-solutions leetcode-solutions
Last synced: 2 months ago
JSON representation
This repository contains Leetcode DSA and HackerRank DSA Solution using Javascript and Code snippet of Important Topics in Javascript. It is meant to help beginners to learn and practice JavaScript concepts and features in a hands-on way.
- Host: GitHub
- URL: https://github.com/chetannada/Javascript-Practice
- Owner: chetannada
- Created: 2021-11-21T12:23:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T16:56:06.000Z (2 months ago)
- Last Synced: 2024-09-07T01:55:29.949Z (2 months ago)
- Topics: hackerrank, hackerrank-solutions, javascript, javascript-algorithms-and-data-structures, javascript-beginners, javascript-code, javascript-codes, javascript-dsa, javascript-practice, javascript-practice-problems, javascript-vanilla, leetcode-javascript, leetcode-javascript-solutions, leetcode-solutions
- Language: JavaScript
- Homepage:
- Size: 908 KB
- Stars: 129
- Watchers: 2
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📖 Javascript Practice
This repository contains `Leetcode DSA Solution using Javascript` and `Javascript Code snippet` of Important Topics. It is meant to help beginners to learn and practice JavaScript concepts and features in a hands-on way.## All Javascript Code snippet
- 📚 [_Folder 2021_](./2021_year/)
- 📚 [_Folder 2022_](./2022_year/)
- 📚 [_Folder 2023_](./2023_year/)
- 📚 [_Folder 2024_ ](./2024_year/)## 🔥 Clone this Repository
You need to write the following commands on the terminal screen (in vscode) so that you can run this project locally.```bash
git clone "https://github.com/chetannada/Javascript-Practice.git"
```
Go to the project directory```bash
cd Javascript-Practice
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```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)
## ✨ Contributing
If you found any `issues` with any code snippet or solutions, or if you have any suggestions for new exercises, feel free to open an `issue` or submit a `pull request.`### 🌟 Many many Thanks to all the `Stargazers` who has supported this project with stars 🌟
[![Thanks to all stargazers](https://git-lister.onrender.com/api/stars/chetannada/Javascript-Practice?limit=15)](https://github.com/chetannada/Javascript-Practice/stargazers)
## 🔗 Let's Connect
[![linkedin](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/chetannada)
[![twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/chetannada)
[![discord](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discordapp.com/users/916005177838956555)