This repository contains the code for an educational website. The website makes it easier for aspiring data scientists and learners to get a simple roadmap to becoming well versed with the subject and field. The website contains information about data science, provides links resources such as online courses through which you can enhance your skills.
This webpage is still under construction. I'm making this project open source so that if any one wants to contribute to this project, to make it easier for their fellow learners to grasp the concepts of data science, then genuinly you are welcome here :)
Project Purpose : Educational Startup related to Data Science
Project Website : Visit Here
Developer : Aniket Sinha
- Meet fellow coders, build a team.
- Get your questions answered and help others by answering theirs.
- Share your creative ideas about improving this community.
- Showcase you previous works as a motivation for others.
- Resources to get you started and sharpening the skills.
- And lot of things coming from you.
**Components of Website**
Landing Page
This page appears when user clicks on the site and lands on the page.
About Us
This Page gives user the brief about the website.
Courses
This give information about the courses where you can enrolled and learn skills.
FAQ
In this FAQ's section, if you have any doubt related to course you can ask in it.
Contact
If you have any issue regarding the course go into contact section.
If you're not comfortable with command line, here are tutorials using GUI tools. If you don't have git on your machine, install it.
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/aniketsinha2002/DataScienceWebsite.github.io.git
3. Navigate to the project directory 📁 .
cd DataScienceWebsite.github.io.git
4. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/aniketsinha2002/DataScienceWebsite.github.io.git
5. Check the remotes for this repository.
git remote -v
6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).
git pull upstream main
7. Create a new branch.
git checkout -b <your_branch_name>
8. Perform your desired changes to the code base.
9. Track your changes:heavy_check_mark: .
git add .
10. Commit your changes .
git commit -m "Your message"
11. Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
12. To create a pull request, click on compare and pull requests
. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.
13. Add appropriate title and description to your pull request explaining your changes and efforts done.
14. Click on Create Pull Request
.
15. Congratulations! You have made a succsessful PR to the DataScienceWebsite.
16. Now sit back patiently and relax while your PR is being reviewed.
- Please follow best code formatting and linting practices to assure good code quality. You should use tools such as Prettier or Eslint for the purpose.
- GSSoC'23