https://celes-sb.github.io/pyramid-generator-js/
As part of my journey to obtain the JavaScript Algorithms and Data Structures Certification from 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.
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.
- 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.
By sharing my progress and projects, I aim to:
- Build a Portfolio: Demonstrate my skills and knowledge in JavaScript and related technologies.
- Document My Learning: Keep track of my learning journey and reflect on my progress.
- 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 project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.