https://github.com/celes-sb/pyramid-generator-js
Learn Introductory JavaScript by Building a Pyramid Generator | freeCodeCamp: JavaScript Certification
https://github.com/celes-sb/pyramid-generator-js
arrays cssmodules-react frontend if-else javascript loops nextjs nodejs reactjs strings
Last synced: about 1 year ago
JSON representation
Learn Introductory JavaScript by Building a Pyramid Generator | freeCodeCamp: JavaScript Certification
- Host: GitHub
- URL: https://github.com/celes-sb/pyramid-generator-js
- Owner: celes-sb
- Created: 2024-06-11T15:55:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T21:10:45.000Z (over 1 year ago)
- Last Synced: 2025-01-01T05:42:32.214Z (about 1 year ago)
- Topics: arrays, cssmodules-react, frontend, if-else, javascript, loops, nextjs, nodejs, reactjs, strings
- Language: CSS
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pyramid Generator
https://celes-sb.github.io/pyramid-generator-js/
## Part of the freeCodeCamp.org Curriculum
### JavaScript Algorithms and Data Structures Certification
As part of my journey to obtain the **JavaScript Algorithms and Data Structures Certification** from [freeCodeCamp.org](https://www.freecodecamp.org/), I am excited to share what I am learning. This project, the **Pyramid Generator**, is one of the many examples of the practical applications and challenges included in the curriculum.
### About the Project
The Pyramid Generator is a JavaScript project designed to create a visual representation of a pyramid using various algorithms and data structures. This exercise not only reinforces fundamental programming concepts but also provides an opportunity to explore creative problem-solving techniques.
### Learning Objectives
- **Algorithms:** Understanding how to develop efficient algorithms to solve problems.
- **Data Structures:** Using appropriate data structures to store and manipulate data.
- **JavaScript:** Applying JavaScript fundamentals to build functional and dynamic applications.
- **Problem-Solving:** Enhancing problem-solving skills through hands-on practice.
### Why Share This?
By sharing my progress and projects, I aim to:
1. **Build a Portfolio:** Demonstrate my skills and knowledge in JavaScript and related technologies.
2. **Document My Learning:** Keep track of my learning journey and reflect on my progress.
3. **Help Others:** Provide insights and resources for others who are also pursuing similar learning paths.
Stay tuned for more projects and updates as I continue to explore the fascinating world of JavaScript and web development!
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.