Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshitlakhera/30-days-javascript-challenge--by-hitesh-choudhary
https://github.com/akshitlakhera/30-days-javascript-challenge--by-hitesh-choudhary
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshitlakhera/30-days-javascript-challenge--by-hitesh-choudhary
- Owner: AkshitLakhera
- Created: 2024-07-14T12:04:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:48:47.000Z (4 months ago)
- Last Synced: 2024-07-25T19:33:01.145Z (4 months ago)
- Language: JavaScript
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 30 Days of JavaScript - My Solutions
Welcome to my repository where I will be pushing my solutions for the "30 Days of JavaScript" challenge by Hitesh Choudhary. In this journey, I'll be tackling various JavaScript exercises and projects, implementing them in my own unique way.
## About the Challenge
The "30 Days of JavaScript" challenge is designed to help you improve your JavaScript skills through daily practice. Each day presents a new task, problem, or project that covers different aspects of JavaScript, from basics to more advanced topics.
## Repository Structure
The repository is organized into folders for each day of the challenge. Each folder contains:
- A image of task
- My solution to the taskHere's how the repository is structured:
## How to Use This Repository
1. **Clone the repository**:
```bash
git clone https://github.com/your-username/30-days-of-js.git
```2. **Navigate to the day's folder**:
```bash
cd 30-days-of-js/Day1
```3. **Run the solution**:
Each day's solution is a JavaScript file. You can run it using Node.js or in the browser console.```bash
node challenge1.js
```## Contributions
This repository is my personal learning journey, and I am not accepting contributions at the moment. However, feel free to fork the repository and try the challenges on your own.
## Acknowledgments
- **Hitesh Choudhary**: For creating the "30 Days of JavaScript" challenge and providing excellent resources for learning.
Happy coding!