Giter Site home page Giter Site logo

eduweb's Introduction

GitHub repo size GitHub stars GitHub forks Twitter Follow YouTube Video Views



eduweb - Education Website

EduWeb is a fully responsive education website,
Responsive for all devices, build using HTML, CSS, and JavaScript.

โžฅ Live Demo


Demo Screeshots

EduWeb Desktop Demo

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Git must be installed on your operating system.

Set up and Run Locally

Follow thse 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.
  1. 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 <Directory_name> .
  5. Clone the repository by using the following commands:

Linux and macOS:

sudo git clone https://github.com/codewithsadee/eduweb.git

Windows:

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:
git checkout -b <your_branch_name>

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:
git add .
  1. Commit your changes with a relevant commit message.
git commit -m "Message"
  1. Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>

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.

License

This project is free to use and does not contains any license.

eduweb's People

Contributors

mavrick-1 avatar asymtode712 avatar suhanipaliwal avatar devaki01 avatar mukund-gpt avatar ojas-arora avatar kapilg0 avatar tonystark-47 avatar masterboy376 avatar aasthakourav20 avatar nehashekhawat255 avatar arpcoder avatar saranshbangar avatar yadlamani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.