GithubHelp home page GithubHelp logo

nadyayoga's Introduction

NADYA YOGA

A website for a Yoga teacher to show case her skill and current services.

Forking

Forking the GitHub Repository

By forking the GitHub Repository, you can make a copy of the original repository in your own GitHub account. This means we can view or make changes without making the changes affecting the original.

You can make a copy of the GitHub Repository by "forking" the original repository onto your own account, where changes can be made without affecting the original repository by taking the following steps:

  1. Login to your account on Github.
  2. Locate the Repository used for this project.
  3. On the right-hand side of the Repository name, you'll see the 'Fork' button.
  4. This will create a copy in your personal repository.
  5. Once you're finished making changes, return to original repository and press 'New Pull Request' to request your changes to be merged into the original project.

Making a Local Clone

  1. Log in to GitHub and
  2. Locate the GitHub Repository.
  3. Under the repository name, click Code.
  4. To clone the repository, select HTTPS and copy the link.
  5. Open Git Bash.
  6. Change the current working directory to the location where you want the cloned directory to be made.
  7. Type git clone, and then paste the URL you copied in Step 4.
 git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. Press Enter. Your local clone will be created.
  2. Change into the directory being created.

Click Here for more information about cloning repositories.

How to start the program

Frontend

This is project was built with react and vite so you need to the following commands to run it locally on your IDE

  1. npm init vite
  2. cd project name
  3. npm install
  4. npm run dev

***Packages: *** npm install react-bootstrap axios react-router-dom

Server-side (Nadya-mongodb)

Configure Mongo DB, CRUD

  1. cd Nadya-mongodb
  2. npm init -y (to create a package.json file)
  3. npm install express mongoose cors nodemon

Testing

Manual testing using the terminal and chrome dev tools

Resources

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.