Table of Contents
This project is a website to revise the "code de la route". It's composed of 3 parts:
- The actual website where you can enter your statistics and see your progress
- A chrome extension that allows you to automatically send your statistics to the website
- A TypeScript script that get the questions of "Passe Ton Code"
This project was built using these technologies.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- MySQL
- PHP
- A web server
- A browser
- Clone the repo
git clone https://github.com/caranouga/RevisionsCode.git
- Create the database
mysql -u root -p < init.sql - Start the web server
- Open the website in your browser
- Enjoy!
You can use this project to revise the "code de la route". You can also use the chrome extension to automatically send your statistics to the website. Or you can use the TypeScript script to get the questions of "Passe Ton Code" (SOON).
- Create the website
- Create the chrome extension
- Make the extension work with Firefox
- Implement the questions gather thanks to the TypeScript script in the website
- Update the init.sql
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the [repo-licence] License. See LICENSE.txt for more information.
Caranouga - malonepayet@gmail.com
Project Link: https://github.com/caranouga/RevisionsCode