Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/t4rm/mcq

Standalone project for OCaml Multiple Choice Question
https://github.com/t4rm/mcq

mcq ocaml reactjs tailwindcss web

Last synced: about 1 month ago
JSON representation

Standalone project for OCaml Multiple Choice Question

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

OCaml - Multiple Choice Question (MCQ)


A small standalone project which aim to help students study OCaml courses of M. Grange.


Visit the website »


·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Roadmap

  5. Contributing

  6. License

  7. Contact

  8. Acknowledgments

## About The Project

[![OCaml Multiple Choice Question - OCAML MCQ][product-screenshot]](https://mcq.pages.dev)

This simple application allows you to practice and consolidate your knowledge in OCaml by verifying that you can correctly identify the various elements of OCaml. It is modeled after a small part of the courses taught by Mr. Grange Aristide.

(back to top)

### Built With

* [![React][React.js]][React-url]
* [![Tailwind CSS][Tailwind]][Tailwind-url]
* ![Html][Html5]
* ![Css][Css3]

(back to top)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

NPM is required to run this project.
* npm
```sh
npm install npm@latest -g
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/t4rm/mcq.git
```
2. Install NPM packages
```sh
npm install
```
3. Run the project
```js
npm run start;
```
4. Optionally build it :
```js
npm run build
```

(back to top)

## Demo

Videos

WIP

Images

WIP

_Feel free to give this project a shout here [mcq.pages.dev](https://mcq.pages.dev)_

(back to top)

## Roadmap

- [ ] Show all Q&A
- [ ] Easily readable JSON
- [ ] JSON Handler on top of the data context.

See the [open issues](https://github.com/t4rm/mcq/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any 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 with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Contact

MECHKENE Tarek - [email protected]

Project Link: [https://github.com/t4rm/mcq](https://github.com/t4rm/mcq)

(back to top)

## Acknowledgments

* [OCaml-logo](https://github.com/ocaml/ocaml-logo/tree/master)
* [M. GRANGE Aristide](https://github.com/laowantong)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/t4rm/mcq.svg?style=for-the-badge
[contributors-url]: https://github.com/t4rm/mcq/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/t4rm/mcq.svg?style=for-the-badge
[forks-url]: https://github.com/t4rm/mcq/network/members
[stars-shield]: https://img.shields.io/github/stars/t4rm/mcq.svg?style=for-the-badge
[stars-url]: https://github.com/t4rm/mcq/stargazers
[issues-shield]: https://img.shields.io/github/issues/t4rm/mcq.svg?style=for-the-badge
[issues-url]: https://github.com/t4rm/mcq/issues
[license-shield]: https://img.shields.io/github/license/t4rm/mcq.svg?style=for-the-badge
[license-url]: https://github.com/t4rm/mcq/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/tareek
[product-screenshot]: public/images/product_screenshot.png
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Html5]: https://img.shields.io/badge/HTML-239120?style=for-the-badge&logo=html5&logoColor=white
[Css3]: https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white
[Tailwind]: https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white
[Tailwind-url]: https://tailwindcss.com/