{"id":18397893,"url":"https://github.com/jmgogo/thoughts-react","last_synced_at":"2026-04-09T07:04:25.253Z","repository":{"id":227313482,"uuid":"770961803","full_name":"jmgogo/thoughts-react","owner":"jmgogo","description":"This project leverages the React Framework ⚛️ to create a dynamic front-end for an app to detail your passing thoughts! 🧠","archived":false,"fork":false,"pushed_at":"2024-03-13T16:11:20.000Z","size":2358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T02:41:20.418Z","etag":null,"topics":["create-react-app","css","devcontainer","docker","docker-compose","html","javascript","js","react","react-components","react-hooks","reactjs"],"latest_commit_sha":null,"homepage":"https://mypassingthoughts.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmgogo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-12T12:55:38.000Z","updated_at":"2024-03-13T16:25:54.000Z","dependencies_parsed_at":"2024-09-20T01:43:59.894Z","dependency_job_id":null,"html_url":"https://github.com/jmgogo/thoughts-react","commit_stats":null,"previous_names":["jgome284/thoughts-react","jmgogo/thoughts-react"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgogo%2Fthoughts-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgogo%2Fthoughts-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgogo%2Fthoughts-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmgogo%2Fthoughts-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmgogo","download_url":"https://codeload.github.com/jmgogo/thoughts-react/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248587247,"owners_count":21129197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["create-react-app","css","devcontainer","docker","docker-compose","html","javascript","js","react","react-components","react-hooks","reactjs"],"created_at":"2024-11-06T02:19:10.848Z","updated_at":"2025-12-30T22:55:09.428Z","avatar_url":"https://github.com/jmgogo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Passing Thoughts in React ⚛️\n\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/jgome284/thoughts-react\"\u003e\n    \u003cimg src=\"imgs/thoughts-webapp-banner.png\" alt=\"Thoughts Webapp Banner\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eForeword\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    A React webapp to capture your passing thoughts.... 🧠💡\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/jgome284/thoughts-react/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/jgome284/thoughts-react/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## Table of Contents\n\n- [Passing Thoughts in React ⚛️](#passing-thoughts-in-react-️)\n  - [Table of Contents](#table-of-contents)\n  - [Setup](#setup)\n  - [About](#about)\n  - [Prerequisites](#prerequisites)\n    - [Docker](#docker)\n    - [Visual Studio Code](#visual-studio-code)\n  - [Getting started](#getting-started)\n  - [License](#license)\n\n## Setup\n\nThis project includes a Dev Container for Visual Studio Code. It serves as a full-featured development environment with everything needed to run Node. Dev Containers separate tools, libraries, or runtimes needed for working with a codebase. They aid in continuous integration and testing. Dev containers can be run locally or remotely, in a private or public cloud, in a variety of supporting tools and editors.\n\n[This DevContainer](.devcontainer) is built IAW the [DevContainers specification](https://containers.dev/implementors/spec/) and tailored for a development environment that runs Debian GNU/Linux 12 (bookworm). JavaScript dependencies are versioned in accordance with `package-lock.json` and project configurations are detailed in `package.json`. The devcontainer also has git for version control and several extensions installed for Visual Studio Code as IDE utilities.\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n## About\n\n[This project](https://github.com/jgome284/thoughts-react) leverages React for the front-end of a webapp. The app captures user input to display passing thoughts. React is a widely adopted JavaScript framework that is used to build user interfaces. With React, we create reusable components that rerender when changes for them are captured by the Virtual DOM.\n\n\u003c!-- PREREQUISITES --\u003e\n## Prerequisites\n\n### Docker\n\nTo start, you need to have Docker Engine and Docker Compose on your machine. You can either:\n\n- Install [Docker Desktop](https://www.docker.com/products/docker-desktop/) which includes both Docker Engine and Docker Compose. (Recommended ⭐)\n- Install [Docker Engine](https://docs.docker.com/engine/install/binaries/) and [Docker Compose](https://docs.docker.com/compose/install/standalone/) as standalone binaries. (If it suits your fancy 🤵)\n\n### Visual Studio Code\n\nThis devcontainer is setup for development on Visual Studio Code. You should have it installed along with the [remote development pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) to enable the IDE's DevContainers functionality.\n\n\u003c!-- GETTING STARTED --\u003e\n## Getting started\n\nTo start, open VS Code in a directory of your choice. With the terminal, clone this repository via `git clone https://github.com/jgome284/thoughts-react`.\n\nOpen Docker Desktop to run the Docker daemon, a background process that manages and coordinates Docker containers on your system. On VS Code, open your local copy of the project and start the development container by running `Dev Containers: Rebuild and Reopen In Container` in the command palette. It can be accessed with the keyboard shortcut `ctrl + shift + P` on your keyboard.\n\nWhen the Dev Container launches, `cd` to the [`thoughts`](./thoughts/) directory and install project dependencies via npm by executing the following command. If successful, a `node_modules` folder should appear in your directory.\n\n```sh\nnpm install\n```\n\nOur `package.json` has many useful scripts aliased via npm. To run the development version of the webapp run the following command.\n\n```sh\nnpm start\n```\n\nIf you make changes you can package a new production build of the application via the following command. If successful, you should see updated files in the [`build`](./thoughts/build/) folder for the webapp.\n\n```sh\nnpm run build\n```\n\nYou can deploy the production build of the webapp on your local machine via the `serve` command detailed below. Then, open the webapp on [localhost:3000](http://localhost:3000) ... Make use of the webapp to add fleeting thoughts that warm your merry heart! (ﾉ◕ヮ◕)ﾉ*:･ﾟ✧ ❤️!\n\n```sh\nserve -s thoughts/build\n```\n\n\u003ch4 align=\"center\"\u003e Web App Demo\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"imgs/demo.gif\" alt=\"Test Output\" height=\"600\"/\u003e\n\u003c/p\u003e\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmgogo%2Fthoughts-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmgogo%2Fthoughts-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmgogo%2Fthoughts-react/lists"}