You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2021. It is now read-only.
A search 🔎engine for community-made 🧑🤝🧑learning resources for the 21st-century learner.👨💻👩💻Learn by following the footsteps (resources) of experts or make your own, giving others the right advice/resources to learn. This chrome extension let's you track your learning footsteps and also inspire others to follow them.
3
-
This app complements [footsteps-app](https://github.com/fnplus/footsteps-app) . The browser extension for Footsteps App helps you to quickly save your learning footsteps with a click of a button.
A search 🔎engine for community-made 🧑🤝🧑learning resources for the 21st-century learner. 👨💻👩💻Learn by following the footsteps (resources) of experts or make your own, giving others the right advice/resources to learn. This chrome extension let's you track your learning footsteps and also inspire others to follow them.
4
+
This app complements [footsteps-app](https://github.com/fnplus/footsteps-app) . The browser extension for Footsteps App helps you to quickly save your learning footsteps with a click of a button.
We envisioned the project to solve the problems faced by 21st-century learners. A modern learner finds a flood of resources from Google Search but doesn't always find the right resources since it's the website with the best SEO (search engine optimisation) that wins. There are so many free resources available on the internet made by experts in their field and yet we pay for outdated courses promoted by big companies and universities.
11
11
12
-
With Footsteps [app](https://github.com/fnplus/footsteps-app) & [browser extension](https://github.com/fnplus/footsteps-extension), we take a mentor/subject knowledge expert first approach to solve the problem. The domain experts save their learning journey with our app and browser extension & make it available for everyone else to follow. Every resource is called a 'footstep' (added in a chronological manner) and a collection of footsteps makes up a learning path. The learner can "fork" the learning path made by the expert and keep a track of his progress. The app suggests resources & keeps an updated list with users upvotes & collaborative filtering.
12
+
We envisioned the project to solve the problems faced by 21st-century learners. A modern learner finds a flood of resources from Google Search but doesn't always find the right resources since it's the website with the best SEO (search engine optimisation) that wins. There are so many free resources available on the internet made by experts in their field and yet we pay for outdated courses promoted by big companies and universities.
13
+
14
+
With Footsteps [app](https://github.com/fnplus/footsteps-app) & [browser extension](https://github.com/fnplus/footsteps-extension), we take a mentor/subject knowledge expert first approach to solve the problem. The domain experts save their learning journey with our app and browser extension & make it available for everyone else to follow. Every resource is called a 'footstep' (added in a chronological manner) and a collection of footsteps makes up a learning path. The learner can "fork" the learning path made by the expert and keep a track of his progress. The app suggests resources & keeps an updated list with users upvotes & collaborative filtering.
13
15
14
16
## 🧐 The Need (as seen on the web)
15
17
@@ -20,48 +22,52 @@ Here are few examples of why we came up with footsteps:
20
22
## 🚀 Steps to setup development environment
21
23
22
24
1.**Install Node v12**
23
-
24
25
[**Link for Node installation (Latest LTS Version)**](https://nodejs.org/en/download/)
4.**To build you code and add the extention to your chrome, run:**
43
-
44
-
```bash
46
+
47
+
```bash
45
48
npm run build
46
49
```
47
-
Or
48
-
```bash
50
+
51
+
Or
52
+
53
+
```bash
49
54
yarn run build
50
55
```
51
-
52
-
5.**Load the `/build` folder in `chrome://extensions/` on chrome (Load unpacked)**
56
+
57
+
5.**Load the `/build` folder in `chrome://extensions/` on Chrome Browser (as Load unpacked)**
53
58
54
59
## 💻 Development guidelines
55
60
56
-
1. Put all the code in one of the existing files in `/src`. If you add a new file, make a relavent modification to `build.js`.
61
+
1. Put all the code in one of the existing files in `/src`. If you add a new file, make a relavent modification to `build.js` .
57
62
58
-
2. If you want to modularize the code, use the `/src/lib` folder. Put all the modules there and `require()` them from `/src`. This will not need any modification to the `build.js` file.
63
+
2. If you want to modularize the code, use the `/src/lib` folder. Put all the modules there and `require()` them from `/src`. This will not need any modification to the `build.js` file.
59
64
60
-
3. Push all the code to your own branch. Once you are sure its working, merge it with `dev` branch. Let's maintain only the stable and released versions on the `master` branch.
65
+
3. Push all the code to your own branch. Once you are sure its working, merge it with `dev` branch. Let's maintain only the stable and released versions on the `master` branch.
0 commit comments