Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celes-sb/randombackgroundcolor-js
Learn Basic Debugging by Building a Random Background Color Changer | freeCodeCamp: JavaScript Certification
https://github.com/celes-sb/randombackgroundcolor-js
cssmodules-react debugging frontend javascript landingpage nextjs reactjs
Last synced: 11 days ago
JSON representation
Learn Basic Debugging by Building a Random Background Color Changer | freeCodeCamp: JavaScript Certification
- Host: GitHub
- URL: https://github.com/celes-sb/randombackgroundcolor-js
- Owner: celes-sb
- Created: 2024-07-11T11:54:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T21:23:50.000Z (4 months ago)
- Last Synced: 2024-07-30T02:38:21.104Z (4 months ago)
- Topics: cssmodules-react, debugging, frontend, javascript, landingpage, nextjs, reactjs
- Language: CSS
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Background Color Generator || JavaScript Algorithms and Data Structures
https://celes-sb.github.io/randomBackgroundColor-js/
Welcome to the JavaScript Algorithms and Data Structures repository! This project is part of the JavaScript Algorithms and Data Structures curriculum.
## What I did:
- Implemented a random background color changer.
- Debugged existing code to ensure it functions correctly.
- Improved my skills in identifying and fixing code errors.### 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!
## Getting Started
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).```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```