This is a simple todo app This project is in html, js and http as the server
Learn more abote github remotes here
Assuming your github username is sistech
here are the steps to set proper remotes:
- Fork the repository. Then locally on your terminal do the following:
- Clone it : git clone https://github.com/sistech/todo_sample_app then navigate to the sample app folder
$ cd todo_sample_app
- Add the Tech sister repo as your upstream reomte --
$ git remote add upstream https://github.com/Tech-Sisters-Kenya/todo_sample_app
- When working on a new task always work on a feature branch
- Always pull from upsream main
- Use interactive rebase on your feature branch
- Push your feature branch to yor fork and make a pull request form there.
https://github.com/Tech-Sisters-Kenya/todo_sample_app
$ npm install $ npx http-server
You should be able to view the app on http://127.0.0.1:8080 or localhost:8080 from your browser