TrackMyLost is a simple UX/UI Open Source web app intended for easy retrieval of lost documents like ID cards,Passports,Driver license etc The Interface and user experience has been greatly considered by eliminating too much content on the app,thereby making the user go straight to the point
Loser here reffered to as one who's document got missen can try a luck by inputting his/her full name on the searchbar.
Here reffered to as the individual in possession of a missen document uses the report page to input the details of that document alongside his/her number for the owner to reach him/her back.Stipends are usually given to these entities via momo :)
Referred as any individual,business entity or company using this app for business purpose. The individual creates an account with its full details on the app,logins and start uploading all documents found in its possession.
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
git clone <repository-url>this repositorycd track-my-lostnpm install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
npm run lint:hbsnpm run lint:jsnpm run lint:js -- --fix
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.