https://github.com/kerlossony/kecodify
is a comprehensive platform designed to help developers prepare for technical interviews. It offers a curated collection of interview questions across various topics, enabling users to practice and improve their problem-solving skills. Whether you're a beginner or an experienced developer, keCodify provides the tools to succeed in your interviews
https://github.com/kerlossony/kecodify
css flutter html javascript nextjs react
Last synced: 3 months ago
JSON representation
is a comprehensive platform designed to help developers prepare for technical interviews. It offers a curated collection of interview questions across various topics, enabling users to practice and improve their problem-solving skills. Whether you're a beginner or an experienced developer, keCodify provides the tools to succeed in your interviews
- Host: GitHub
- URL: https://github.com/kerlossony/kecodify
- Owner: KerlosSoNy
- License: mit
- Created: 2024-12-21T12:03:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T08:59:30.000Z (8 months ago)
- Last Synced: 2025-04-09T10:39:48.267Z (6 months ago)
- Topics: css, flutter, html, javascript, nextjs, react
- Language: JavaScript
- Homepage: https://ke-codify.vercel.app
- Size: 3.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keCodify
**Live Demo**: [keCodify Live Site](https://ke-codify.vercel.app/)
## Overview
**keCodify** is a comprehensive platform designed to help developers prepare for technical interviews. It offers a curated collection of interview questions across various topics, enabling users to practice and improve their problem-solving skills. Whether you're a beginner or an experienced developer, keCodify provides the tools to succeed in your interviews.
## Features
- **Curated Questions**: A wide range of questions covering essential technical topics like algorithms, data structures, system design, and more.
- **User-Friendly Interface**: An intuitive layout to browse, filter, and select questions based on your needs.
- **Interactive Experience**: Mark questions as completed, revisit them, and track your progress.
- **Responsive Design**: Access the platform seamlessly on desktop, tablet, or mobile.## Technology Stack
- **Frontend**: React.js, Tailwind CSS for modern and responsive UI.
- **Deployment**: Vercel for fast and efficient hosting.## Getting Started
### Prerequisites
- A modern browser (Google Chrome, Firefox, etc.)
- Internet access to visit the live demo or clone the repository.### Installation for Local Development
1. Clone the repository:
```bash
git clone https://github.com/KerlosSoNy/keCodify.git
cd keCodify
```2. Install dependencies:
```bash
npm install
```3. Run the development server:
```bash
npm run dev
```4. Open your browser and navigate to:
```
http://localhost:3000
```## How to Use
1. Visit the live site: [https://ke-codify.vercel.app/](https://ke-codify.vercel.app/)
2. Explore categorized interview questions.
3. Select a question to view details, hints, or solutions.## Contributing
We welcome contributions to make **keCodify** even better! If you have suggestions for new features, bug fixes, or additional questions to include, feel free to fork the repository and create a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.