Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivambasak/30-days-of-javascript
https://github.com/shivambasak/30-days-of-javascript
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivambasak/30-days-of-javascript
- Owner: shivamBasak
- Created: 2024-03-13T13:23:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T03:37:39.000Z (8 months ago)
- Last Synced: 2024-03-15T14:48:28.030Z (8 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30 Days of JavaScript
Welcome to the 30 Days of JavaScript repository!
## Introduction
This repository contains solutions to LeetCode problems for the "30 Days of JavaScript" challenge. Each day, a new problem is solved using JavaScript.
## How to Use
1. Clone this repository to your local machine:
```bash
git clone https://github.com/shivamBasak/30-Days-of-JavaScript.git
```2. Navigate to the cloned directory:
```bash
cd 30-Days-of-JavaScript
```3. Inside the repository, you will find folders named according to each day of the challenge. Each day's folder contains a JavaScript file named after the problem it solves. Additionally, there might be supporting files if needed.
## Contribution
Contributions are welcome! If you have a more efficient solution to a problem or want to add a solution to a day that is missing, feel free to open a pull request.
1. Fork the repository.
2. Create a new branch for your feature (`git checkout -b feature/new-feature`).
3. Commit your changes (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature/new-feature`).
5. Create a new Pull Request.## Notice
Please note that solutions provided in this repository are the original work of their respective authors.