Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 task

Here'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!