An open API service indexing awesome lists of open source software.

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

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.