{"id":16194278,"url":"https://github.com/marsidev/overnote","last_synced_at":"2026-04-05T23:33:44.625Z","repository":{"id":116160163,"uuid":"444539386","full_name":"marsidev/overnote","owner":"marsidev","description":"Overnote is a simple notes app. It allows you to create, edit, customize, and delete notes.","archived":false,"fork":false,"pushed_at":"2023-04-29T14:34:12.000Z","size":1252,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T18:18:54.794Z","etag":null,"topics":["bootcamp-project","chakra-ui","express","framer-motion","full-stack","fullstack-development","javascript","nodejs","notepad","notes","notes-app","react","reactjs","todo","todo-app"],"latest_commit_sha":null,"homepage":"https://overnote.onrender.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marsidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-01-04T19:28:23.000Z","updated_at":"2022-09-05T02:15:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc71a1c1-c15a-421f-b858-915a735fad1b","html_url":"https://github.com/marsidev/overnote","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsidev%2Fovernote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsidev%2Fovernote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsidev%2Fovernote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marsidev%2Fovernote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marsidev","download_url":"https://codeload.github.com/marsidev/overnote/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247683232,"owners_count":20978835,"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":["bootcamp-project","chakra-ui","express","framer-motion","full-stack","fullstack-development","javascript","nodejs","notepad","notes","notes-app","react","reactjs","todo","todo-app"],"created_at":"2024-10-10T08:18:38.740Z","updated_at":"2025-12-30T23:05:45.729Z","avatar_url":"https://github.com/marsidev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n  # \u003cimg src=\"https://raw.githubusercontent.com/marsidev/overnote/main/packages/app/public/favicon.ico\" height=\"30px\"/\u003e [Overnote](https://radiant-mountain-30055.herokuapp.comm)\n\n  ***A simple notes app***\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"#about-the-project\"\u003eAbout the project\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#getting-started\"\u003eGetting started\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt with\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#contact\"\u003eContact\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n## About the project\n\n**Overnote** is a simple notes app. It allows you to create, edit, customize and delete notes.\nThis project is a result of a [FullStack Bootcamp](https://www.youtube.com/watch?v=wTpuKOhGfJE\u0026list=PLV8x_i1fqBw0Kn_fBIZTa3wS_VZAqddX7) directed by [@midudev](https://github.com/midudev/).\nThe UI is inspired on [Google Keep](https://keep.google.com/), my favorite notes app.\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#top\"\u003eBack to top 🔼\u003c/a\u003e\u003c/p\u003e\n\n## Getting started\n\nAdd the following environment variables to your `.env` file in `/packages/api`:\n- `MONGODB_URI=\u003cyour-mongodb-uri\u003e`\n- `JWT_SECRET=\u003cyour-jwt-secret\u003e`\n- `JWT_DAYS_TO_EXPIRE=\u003cyour-jwt-days-to-expire\u003e`\n\nAdd the following environment variables to your `.env` file in `/packages/app`:\n- `SKIP_PREFLIGHT_CHECK=true`\n\nInstall dependencies\n\n```javascript\n$ yarn\n```\n\nRun the app\n\n```javascript\n$ yarn build \u0026\u0026 yarn start\n```\n\nRun as development\n\n```javascript\n$ yarn build \u0026\u0026 yarn dev\n```\n\nOpen the app in your browser (http://localhost:8888)\n\n  Note that this is a mono-repo project, so you need to build the app before running it because the build folder is served by the api server.\n\n  Alternatively, you can run the app and the api server separately with the following:\n  - Execute in terminal 1: `$ yarn run dev`\n  - Execute in terminal 2: `$ yarn run start:app`\n  - Open the app in your browser (http://localhost:3000)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#top\"\u003eBack to top 🔼\u003c/a\u003e\u003c/p\u003e\n\n## Built with\n\n  - [React](https://reactjs.org/)\n  - [Webpack](https://webpack.js.org/)\n  - [Babel](https://babeljs.io/)\n  - [Chakra UI](https://chakra-ui.com/)\n  - [React Router v6](https://reacttraining.com/react-router/web/guides/quick-start)\n  - [Framer Motion](https://framer.com/motion)\n  - [Node.js](https://nodejs.org/)\n  - [Express](https://expressjs.com/)\n  - [MongoDB](https://www.mongodb.com/)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#top\"\u003eBack to top 🔼\u003c/a\u003e\u003c/p\u003e\n\n## Contributing\n\nAny contributions you make are greatly appreciated. If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply [open an issue](https://github.com/marsidev/overnote/issues/new).\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#top\"\u003eBack to top 🔼\u003c/a\u003e\u003c/p\u003e\n\n## Contact\n\n  **Luis Marsiglia**\n  - [Twitter](https://twitter.com/marsidev)\n  - [Email](mailto:marsiglia.business@gmail.com)\n\n\u003cp align=\"right\"\u003e\u003ca href=\"#top\"\u003eBack to top 🔼\u003c/a\u003e\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarsidev%2Fovernote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarsidev%2Fovernote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarsidev%2Fovernote/lists"}