https://github.com/mavrick-1/eduweb
https://github.com/mavrick-1/eduweb
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mavrick-1/eduweb
- Owner: MAVRICK-1
- Created: 2024-05-09T03:32:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T03:53:23.000Z (almost 2 years ago)
- Last Synced: 2024-07-21T04:38:07.027Z (almost 2 years ago)
- Language: HTML
- Homepage: https://edu-web-ruby.vercel.app
- Size: 1 MB
- Stars: 14
- Watchers: 1
- Forks: 20
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README



[](https://twitter.com/intent/follow?screen_name=codewithsadee_)
[](https://youtu.be/x26bQPxcFX4)
eduweb - Education Website
EduWeb is a fully responsive education website,
Responsive for all devices, build using HTML, CSS, and JavaScript.
### Demo Screeshots

### Prerequisites
Before you begin, ensure you have met the following requirements:
* [Git](https://git-scm.com/downloads "Download Git") must be installed on your operating system.
### Set up and Run Locally
Follow these steps to set up and run **EduWeb** locally:
1. Fork this repository
- Click the `Fork` button at the top-right corner of this repository page. This will create a copy of this repository on your github account.
2. Clone the copy of the project in your local system
- Following are the steps to clone the repo in your local system:
1. Navigate to the main page of the forked repository on your github account.
2. click on <> Code.
3. Copy the URL of the repository.
4. Open git bash and change the current working directory to the location where you want the cloned directory by command ```bash cd ```.
5. Clone the repository by using the following commands:
Linux and macOS:
```bash
sudo git clone https://github.com/codewithsadee/eduweb.git
```
Windows:
```bash
git clone https://github.com/codewithsadee/eduweb.git
```
### Create new branch
1. Check the remotes for the Repository.
2. Create a new branch using the command:
```bash
git checkout -b
```
Now you are all set to perform the desired changes to the codebase.
### Track and Commit changes
1. After you have made your changes, track them by the command:
```bash
git add .
```
2. Commit your changes with a relevant commit message.
```bash
git commit -m "Message"
```
3. Push the committed changes in your feature branch to your remote repo.
```bash
git push -u origin
```
### Making a PR
-To create a pull request, go to your forked repository on GitHub and click on Compare & pull request.
### Contact
If you want to contact with me you can reach me at [Twitter](https://www.twitter.com/codewithsadee).
### License
This project is **free to use** and does not contains any license.