This project aims to develop the website of ML4E(Machine Learning for Everybody) club, a rigorous machine learning and data science club under the technical society of SAC, NIT Rourkela aimed at permeating the culture of the same among enthusiasts. This is a full stack project, the front end of the which is created using the HTML,CSS and JavaScript and Bootstrap. The backend is developed using Node.js and Express framework. The deployment is done using Firebase.
We Develop with Github. We use github to host code, to track issues and feature requests, as well as accept pull requests.
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
- Fork the repo to your account.
- create your branch from
master
- clone the repo into your local directory using git clone in your git bash.
- If you've added code that should be tested, add tests.
- Make sure your code lints.
- commit your changes and push your work back to your fork
- Submit a Pull request so that we can review your changes.