Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t4rm/mcq
- Owner: t4rm
- License: mit
- Created: 2024-02-07T00:40:18.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-10T12:53:52.000Z (9 months ago)
- Last Synced: 2024-09-29T06:41:07.472Z (about 2 months ago)
- Topics: mcq, ocaml, reactjs, tailwindcss, web
- Language: JavaScript
- Homepage: https://mcq.mechkenetarek.com
- Size: 434 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
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
## 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.
### Built With
* [![React][React.js]][React-url]
* [![Tailwind CSS][Tailwind]][Tailwind-url]
* ![Html][Html5]
* ![Css][Css3]## 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
```## Demo
Videos
WIP
Images
WIP
_Feel free to give this project a shout here [mcq.pages.dev](https://mcq.pages.dev)_
## 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).
## 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## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
MECHKENE Tarek - [email protected]
Project Link: [https://github.com/t4rm/mcq](https://github.com/t4rm/mcq)
## Acknowledgments
* [OCaml-logo](https://github.com/ocaml/ocaml-logo/tree/master)
* [M. GRANGE Aristide](https://github.com/laowantong)[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/