https://github.com/alicelspires/learning-grounds
Interesting projects developed from FreeCodeCamp's “Responsive Web Design” and “JavaScript, Algorithms, and Data Structures” courses. This repository brings together creations and enhancements of ideas given in each module of the courses taken. Explore and enjoy!
https://github.com/alicelspires/learning-grounds
crud freecodecamp project
Last synced: 11 months ago
JSON representation
Interesting projects developed from FreeCodeCamp's “Responsive Web Design” and “JavaScript, Algorithms, and Data Structures” courses. This repository brings together creations and enhancements of ideas given in each module of the courses taken. Explore and enjoy!
- Host: GitHub
- URL: https://github.com/alicelspires/learning-grounds
- Owner: Alicelspires
- License: gpl-2.0
- Created: 2025-01-11T18:13:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-12T06:06:16.000Z (12 months ago)
- Last Synced: 2025-07-12T07:21:14.185Z (12 months ago)
- Topics: crud, freecodecamp, project
- Language: JavaScript
- Homepage: https://alicelspires.github.io/Projects-with-free-Code-Camp/
- Size: 113 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Grounds – A Path of Projects
A collection of small web projects developed during freeCodeCamp’s “Responsive Web Design” and “JavaScript Algorithms and Data Structures” courses, with added inspiration from The Odin Project.
This portfolio brings together creative builds and refinements that showcase foundational web development skills, combining clean design principles with dynamic, interactive features.
**Link** : [https://alicelspires.github.io/Learning-Grounds/](https://alicelspires.github.io/Learning-Grounds/)
### Tools & Languages
[](https://skillicons.dev)
[](https://visitcount.itsvg.in)
## Pages

Below are the preview cards for each project, click on one and you will be taken to the corresponding folder.
## Project Tree
```
📦
├─ .vscode
│ └─ settings.json
├─ LICENSE
├─ README.md
├─ assets
│ ├─ img
│ │ ├─ common
│ │ │ ├─ icons
│ │ │ └─ logo
│ │ ├─ img-camperCafe
│ │ ├─ img-homeGame
│ │ ├─ img-instruPro
│ │ ├─ img-startPage
│ │ └─ img-to-do
│ ├─ js
│ │ ├─ js-camperCafe
│ │ ├─ js-homeGames
│ │ ├─ js-instruPro
│ │ └─ js-toDo
│ └─ styles
│ ├─ style-instruPro
│ ├─ style.css
│ ├─ style_campercafe
│ ├─ style_games
│ └─ style_to-do
├─ index.html
└─ pages
├─ html-camperCafe
├─ html-homeGame
├─ html-instruPro
└─ html-toDo
```
©generated by [Project Tree Generator](https://woochanleee.github.io/project-tree-generator)
