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

https://github.com/mahmud035/level-1-updated-content

This repository contains updated content for the Level 1 curriculum. It includes a variety of modules aimed at building foundational skills in frontend development, covering essential topics such as HTML, CSS, JavaScript, React, Express.js, Node.js, MongoDB and basic to advanced web development concepts.
https://github.com/mahmud035/level-1-updated-content

axios css3 debugging express-js html5 javascript mongodb-database nextjs14-app-router node-js react react-hook-form redux-toolkit rest-api tanstack-query

Last synced: 3 months ago
JSON representation

This repository contains updated content for the Level 1 curriculum. It includes a variety of modules aimed at building foundational skills in frontend development, covering essential topics such as HTML, CSS, JavaScript, React, Express.js, Node.js, MongoDB and basic to advanced web development concepts.

Awesome Lists containing this project

README

          

# Level-1-Updated-Content

## ✅ Description

This repository contains updated content for the Level 1 curriculum. It includes a variety of modules aimed at building foundational skills in frontend development, covering essential topics such as HTML, CSS, JavaScript, React, Express.js, Node.js, MongoDB and basic to advanced web development concepts.

## Main Function Points

- Fundamental modules to kickstart your frontend development journey.
- Hands-on projects and assignments for practical learning.
- Comprehensive code examples and best practices.
- Detailed explanations and comments for better understanding.
- Resources and links for further learning and exploration.

## Technology Stack

- **HTML**
- **CSS**
- **Tailwind CSS**
- **JavaScript**
- **React**
- **Redux Toolkit**
- **TanStack Query**
- **React Hook Form**
- **Axios**
- **Next.js**
- **Express.js**
- **Node.js**
- **MongoDB**
- **REST API**
- **Debugging**

## Getting Started

### Prerequisites

- Node.js and npm installed on your machine.
- Code editor like VS Code.

### Installation

1. **Clone the Repository**:
```bash
git clone https://github.com/mahmud035/Level-1-Updated-Content.git
```
2. **Navigate to the Project Directory**:
```bash
cd Level-1-Updated-Content
```
3. **Install Dependencies**:
```bash
npm install
```