-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from sukhdev-bajiya/home
Home
- Loading branch information
Showing
4 changed files
with
34,994 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
firebase-debug.log* | ||
firebase-debug.*.log* | ||
|
||
# Firebase cache | ||
.firebase/ | ||
|
||
# Firebase config | ||
|
||
# Uncomment this if you'd like others to create their own Firebase project. | ||
# For a team working on the same Firebase project(s), it is recommended to leave | ||
# it commented so all members can deploy to the same project(s) in .firebaserc. | ||
# .firebaserc | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
/build | ||
|
||
# Dependency directories | ||
node_modules/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# _redirects | ||
# /* /index.html 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
### 💻 In this file, we'll show you how easy it is to search in Gomasai. We made our own search engine inspired by Shashank Shekhar 🍎 | ||
|
||
### 💻 _Let's see our search 🔍 engine GoMasai_ | ||
|
||
## 🏠 Landing Page | ||
|
||
- Type the text in the search box to see the results. | ||
- Click on Gmail to open your mailbox 📧. | ||
|
||
![image](https://user-images.githubusercontent.com/106476212/185294277-f3ac68b7-07b9-471f-a2aa-80127f32f44e.png) | ||
|
||
## 📋 Result page | ||
|
||
- Once you press Enter, the results of the text you have entered in the search bar will be displayed. | ||
|
||
![image](https://user-images.githubusercontent.com/106476212/187071386-5fe0b105-b596-4de3-bb9d-86c13f8575b8.png) | ||
|
||
## 📰 News page | ||
|
||
- In the news section you can read the latest news related to India. | ||
- On the left sidebar you can filter out the news as per your desires. | ||
- The best way to stay updated with both the local and global news | ||
|
||
![image](https://user-images.githubusercontent.com/106476212/185295037-a8ddef6a-0957-4c8c-8760-24a8f9df846b.png) | ||
|
||
## 🖼️ Images page | ||
|
||
- You can search and view images. | ||
|
||
![image](https://user-images.githubusercontent.com/106476212/185295840-71ee8b19-62ba-4809-afa5-342f639bbdd9.png) | ||
|
||
## 🗺️ 📍 Map page | ||
|
||
![image](https://user-images.githubusercontent.com/106476212/185295350-6cada6cc-f055-4c62-8a55-becd5db709f2.png) | ||
|
||
## ⏯️ Video page | ||
|
||
![image](https://user-images.githubusercontent.com/106476212/185295441-eb7e8227-6bc6-4952-bc76-dc57af954752.png) | ||
|
||
## 🈂️ Translate page | ||
|
||
- In the translate section you can translate one language to another. | ||
- You can click on the mic 🎤 to translate via speech. | ||
- You can click on the speaker 🔉 icon to listen to the entered text. | ||
- No communication barrier ever. | ||
|
||
![image](https://user-images.githubusercontent.com/106476212/185295688-e5b8997a-14d9-4b5a-8d8f-865dc8dafd44.png) | ||
|
||
## Team Members | ||
|
||
> ### •[Sukhdev Bajiya](https://github.com/sukhdev-bajiya) | ||
> | ||
> ### •[Akash Surve](https://github.com/Akash2377) | ||
> | ||
> ### • [Ayush Kumar](https://github.com/ayush-kr05) | ||
## Technology Used | ||
|
||
> • HTML | ||
> • CSS | ||
> • JAVASCRIPT | ||
> • DOM | ||
> • Local Storage | ||
> • JSON Server | ||
## Tools | ||
|
||
> • VS Code | ||
> • Github | ||
> • Postman | ||
> • Netlify | ||
> • Firebase | ||
> • Heroku | ||
## Project link | ||
|
||
> ### •[GoMasai Netlify](https://gomasai.netlify.app/) | ||
> | ||
> ### •[GoMasai Firebase](https://gomasai.web.app/) | ||
## Blog link | ||
|
||
> ### •[GoMasai](https://gomasai.hashnode.dev/gomasai-1) |
Oops, something went wrong.