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.
- Host: GitHub
- URL: https://github.com/mahmud035/level-1-updated-content
- Owner: mahmud035
- Created: 2024-10-01T09:56:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T09:47:02.000Z (over 1 year ago)
- Last Synced: 2025-03-16T10:28:15.950Z (over 1 year ago)
- Topics: axios, css3, debugging, express-js, html5, javascript, mongodb-database, nextjs14-app-router, node-js, react, react-hook-form, redux-toolkit, rest-api, tanstack-query
- Language: JavaScript
- Homepage:
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```