Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bot-academia/dsc-accident-mapping
https://github.com/bot-academia/dsc-accident-mapping
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bot-academia/dsc-accident-mapping
- Owner: Bot-Academia
- Created: 2021-02-21T10:27:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T10:22:25.000Z (about 2 years ago)
- Last Synced: 2023-03-04T08:15:52.466Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSC-Accident-Mapping
## Running the project
- Fork the repo
- Install expo using `npm install -g expo-cli`
- Run `yarn install` in the repo directory
- Download the Expo Go phone app from playstore/appstore
- Run `npm start`
- Scan the QR code using the Expo Go app from your phone## Goals for this project
Goals we need to achieve for making a base version:
1. A login system that stores everything in the local storage (not server based, to keep things simple).
2. Make a dashboard sort off ui containing
a. Main map ,
b. User info page ,
c. Road safety advice based on vehicle,
d. About the app
4. Main map- contains google map with a floating button for reporting accidents.
5. User info - displays all the details stored in local storage and reports submitted by the user
6. Road safety tips
7. About the project.