csgeeek / Ambulance-tracker

This webapp tracks location of an ambulance in real-time and it notifies hospital when an ambulance is within 3km range of a hospital which could potentially reduce treatment delay.
https://youtu.be/KkqGRHMl9Sk
MIT License
11 stars 17 forks source link

Beautify buttons 🖌 #27

Open csgeeek opened 1 year ago

csgeeek commented 1 year ago

The buttons on the home page of the website are kind of boring. Style the buttons according to the best fit. Be creative!!🎨

SattyamSamania commented 1 year ago

Hey @Yaswanth820 Please assign this issue to me and tell me further what to do next.

ankushj0801 commented 1 year ago

I want to work on this. Please assign it to me.

SattyamSamania commented 1 year ago

Hey @Yaswanth820 can I beautify all the buttons with same style or create different styling for another button.

Yogeshlodhi commented 1 year ago

@Yaswanth820 Kindly assign this issue to me

csgeeek commented 1 year ago

Hey @Yaswanth820 can I beautify all the buttons with same style or create different styling for another button.

You can apply same styling to all similar buttons.

SattyamSamania commented 1 year ago

Hey @Yaswanth820 I tried the steps given in Readme file but unable to run the project locally. Any suggestions?

csgeeek commented 1 year ago

What errors are you getting? Please share relevant pictures @SattyamSamania .

csgeeek commented 1 year ago

Hello @SattyamSamania ,

The error you are facing is due to "undefined database uri" error. For resolving that issue you have to define the database uri. You also have to install MongoDB compass which provides a local database.

Steps to be followed:-

  1. Download and install MongoDB compass
  2. Create a database with in the MongoDB compass application
  3. Create a ".env" file in the server folder with the following details DB_URI=https://localhost:27017/
  4. npm start

Please feel free to ping me on discord or here itself if you face any more issues.

Happy coding!!

SattyamSamania commented 1 year ago

Hello @SattyamSamania ,

The error you are facing is due to "undefined database uri" error. For resolving that issue you have to define the database uri. You also have to install MongoDB compass which provides a local database.

Steps to be followed:-

  1. Download and install MongoDB compass
  2. Create a database with in the MongoDB compass application
  3. Create a ".env" file in the server folder with the following details DB_URI=https://localhost:27017/
  4. npm start

Please feel free to ping me on discord or here itself if you face any more issues.

Happy coding!!

Thanks for sharing and helping me @Yaswanth820

SattyamSamania commented 1 year ago

Hello @SattyamSamania ,

The error you are facing is due to "undefined database uri" error. For resolving that issue you have to define the database uri. You also have to install MongoDB compass which provides a local database.

Steps to be followed:-

  1. Download and install MongoDB compass
  2. Create a database with in the MongoDB compass application
  3. Create a ".env" file in the server folder with the following details DB_URI=https://localhost:27017/
  4. npm start

Please feel free to ping me on discord or here itself if you face any more issues.

Happy coding!!

Hey @Yaswanth820 I created the DB but cannot find the server folder.

csgeeek commented 1 year ago

Hello @SattyamSamania . Do you have the project folder in your PC?

SattyamSamania commented 1 year ago

Hello @SattyamSamania . Do you have the project folder in your PC?

Yes, I have

csgeeek commented 1 year ago

You can find it inside the project folder. Check once. Please send me a screenshot of the local code folder if you couldn't find it.

SattyamSamania commented 1 year ago

You can find it inside the project folder. Check once. Please send me a screenshot of the local code folder if you couldn't find it.

Sure. Give me your Discord link. I am facing same issue with every project I run locally. I will send the ss and you can help me then.

csgeeek commented 1 year ago

You can find it inside the project folder. Check once. Please send me a screenshot of the local code folder if you couldn't find it.

Sure. Give me your Discord link. I am facing same issue with every project I run locally. I will send the ss and you can help me then.

Sure! Here you go csgeek#6882

SattyamSamania commented 1 year ago

You can find it inside the project folder. Check once. Please send me a screenshot of the local code folder if you couldn't find it.

Sure. Give me your Discord link. I am facing same issue with every project I run locally. I will send the ss and you can help me then.

Sure! Here you go csgeek#6882

Hey @Yaswanth820 I have also added the ss in the Ambulance tracker channel in discord. You can also check there

VibhorGits commented 10 months ago

Hey @csgeeek Can u assign this issue to me if it's up for contribution?

csgeeek commented 10 months ago

Sure, @VibhorGits

Good luck!

VibhorGits commented 10 months ago

Hey @csgeeek Can you guide me through the local installation of the project. I tried to run index.html file with live server but it says that I need to enable javascript and html is just a template.