{"id":20271619,"url":"https://github.com/progress2002/keeper","last_synced_at":"2026-04-09T21:02:41.583Z","repository":{"id":155120021,"uuid":"614139823","full_name":"Progress2002/Keeper","owner":"Progress2002","description":"This is a React application that allows users to add new notes by providing the title and text of the note. It also displays the date and time at which the note was taken.","archived":false,"fork":false,"pushed_at":"2023-03-17T13:45:35.000Z","size":376,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T05:49:26.244Z","etag":null,"topics":["reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://keeper-v8lq.onrender.com/","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/Progress2002.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":"2023-03-15T01:11:27.000Z","updated_at":"2023-06-22T21:02:01.000Z","dependencies_parsed_at":"2023-05-13T18:30:40.001Z","dependency_job_id":null,"html_url":"https://github.com/Progress2002/Keeper","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/Progress2002%2FKeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Progress2002%2FKeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Progress2002%2FKeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Progress2002%2FKeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Progress2002","download_url":"https://codeload.github.com/Progress2002/Keeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241758960,"owners_count":20015251,"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":["reactjs","tailwindcss"],"created_at":"2024-11-14T12:38:50.442Z","updated_at":"2026-04-09T21:02:41.508Z","avatar_url":"https://github.com/Progress2002.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Key Features](#key-features)\n  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n\u003c!-- - [❓ FAQ](#faq) --\u003e\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 [Keeper] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\n\n**[Keeper]**  \n\nThis is a React application that allows users to add new notes by providing the title and text of the note. It also displays the date and time at which the note was taken. \n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n  - JSX\n  - CSS\n  - Javascript\n  - React\n\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Click on add button to add new note]**\n- **[Click on Delete to delete a note]**\n- **[Displays date and time]**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LIVE DEMO --\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n\n- [Live Demo Link](https://keeper-v8lq.onrender.com)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- Code editor (preferably 'Vs code')\n- NodeJs\n- Git\n- Browser\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone https://github.com/Progress2002/Keeper.git\n```\n-\n\n### Install\n\nInstall this project with:\n\n1. Install Node Modules\n\n   ```sh\n   npm install\n   ```\n\n\n### Usage\n\nTo run the project, execute the following command:\n\n1. Generate a full static production build\n\n   ```sh\n   npm run build\n   ```\n\n\n2. Start the development server\n\n   ```sh\n   npm start\n\n   ```\n\n\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Progress**\n\n- GitHub: [@githubhandle](https://github.com/Progress2002)\n- Twitter: [@twitterhandle](https://twitter.com/Progress_2002)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/progress-ezeamaka-27b114247)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] **Add a note**\n- [ ] **Remove a note**\n- [ ] **Get saved notes from localStorage on page load**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTRIBUTING --\u003e\n\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Progress2002/Keeper/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\n\nIf you like this project please leave a star. Thank you 🙏\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/Progress2002/Keeper/blob/master/LICENSE) licensed.\n\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogress2002%2Fkeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogress2002%2Fkeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogress2002%2Fkeeper/lists"}