{"id":15068237,"url":"https://github.com/harshpreet931/flashify","last_synced_at":"2026-02-10T06:31:02.111Z","repository":{"id":254424411,"uuid":"846487825","full_name":"harshpreet931/Flashify","owner":"harshpreet931","description":"Flashify is a fully responsive web-based application designed to enhance your learning experience through interactive flashcards. Whether you're studying for exams, learning a new language, or simply expanding your knowledge, Flashify provides an engaging platform to create, manage, and quiz yourself with customized flashcard decks.","archived":false,"fork":false,"pushed_at":"2024-09-28T16:09:27.000Z","size":1405,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T14:11:13.358Z","etag":null,"topics":["css","css-grid","css3","design","express","express-js","express-middleware","html","html5","javascript","js","json","localstorage","responsive","responsive-design","responsive-web-design","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://flashify-quiz.vercel.app","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/harshpreet931.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":"2024-08-23T10:10:42.000Z","updated_at":"2024-09-28T16:09:30.000Z","dependencies_parsed_at":"2024-09-25T01:32:55.038Z","dependency_job_id":"1da8ac3c-e655-4d12-8085-da7a72f9b384","html_url":"https://github.com/harshpreet931/Flashify","commit_stats":null,"previous_names":["harshpreet931/flash_cards_learning_system","harshpreet931/flashify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FFlashify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FFlashify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FFlashify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harshpreet931%2FFlashify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harshpreet931","download_url":"https://codeload.github.com/harshpreet931/Flashify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252659,"owners_count":21072699,"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":["css","css-grid","css3","design","express","express-js","express-middleware","html","html5","javascript","js","json","localstorage","responsive","responsive-design","responsive-web-design","vercel","vercel-deployment"],"created_at":"2024-09-25T01:32:44.804Z","updated_at":"2025-04-10T16:22:37.508Z","avatar_url":"https://github.com/harshpreet931.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![BannerImage](./public/images/bannerImg.png)\n\n## Boost Your Learning with Interactive Flashcards!\n\nFlashify is a fully responsive web-based application designed to enhance your learning experience through interactive flashcards. Whether you're studying for exams, learning a new language, or simply expanding your knowledge, Flashify provides an engaging platform to create, manage, and quiz yourself with customized flashcard decks.\n\n## Features\n\n- **Create Custom Decks**: Easily create and manage your own flashcard decks.\n- **Take Quizzes**: Test your knowledge with interactive quizzes from your created decks or pre-built ones.\n- **Track Progress**: View your previous scores and monitor your improvement over time.\n- **Responsive Design**: Enjoy a seamless experience across desktop and mobile devices.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js\n- npm\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/harshpreet931/Flashify.git\n   ```\n\n2. Navigate to the project directory:\n   ```\n   cd Flashify\n   ```\n\n3. Install dependencies:\n   ```\n   npm install\n   ```\n\n4. Start the server:\n   ```\n   npm start\n   ```\n\n5. Open your browser and visit `http://localhost:3000` to start using Flashify.\n\n**Note**: If you are facing any issues in npm start.. there may be something running on your portnumber :3000, in order to fix that change the port number in server.js\n\n## Usage\n![Explainer](./public/images/explainer.png)\n\n### Creating a Deck\n\n1. Click on \"Create Deck\" from the home page.\n2. Enter a unique deck name.\n3. Add cards to your deck by entering the exact format mentioned in the page.\n4. Click \"Save Deck\" when you're finished.\n\n### Taking a Quiz\n\n1. Click on \"Take a Quiz\" from the home page.\n2. Select a deck from the available options.\n3. Choose the number of questions for your quiz.\n4. Start the quiz and answer the questions.\n5. View your results at the end of the quiz.\n\n### Viewing Previous Scores\n\n1. Click on \"Previous Scores\" from the home page.\n2. Review your past quiz performances, including date, deck name, and score percentages.\n\n## Project Structure\n\n- `public/`: Contains all static files (HTML, CSS, client-side JS)\n- `server.js`: Express server setup and routing\n- `createDeck.js`: Handles deck creation functionality\n- `quiz.js`: Manages quiz logic and user interactions\n- `previousScores.js`: Displays and manages user's quiz history\n\n## Technologies Used\n\n- HTML5\n- CSS3\n- JavaScript (ES6+)\n- Node.js\n- Express.js\n- LocalStorage for client-side data persistence\n\n## Hosting with Vercel\nFlashify is hosted on Vercel, providing fast and reliable access to the application. You can access the live version at https://flashify-quiz.vercel.app.\n\n## Contact\n\nHarshpreet Singh - [LinkedIn](https://www.linkedin.com/in/harshpreet931/)\n\nProject Link: [https://github.com/harshpreet931/Flashify](https://github.com/harshpreet931/Flashify)\n\n---\n\nMade with ❤️ by Harshpreet Singh","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshpreet931%2Fflashify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshpreet931%2Fflashify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshpreet931%2Fflashify/lists"}