/rate-repository-app

A mobile application for rating GitHub repositories. Sort and filter repositories, register a user, log in and create a reviews.

Primary LanguageJavaScript

Rate Repository App

About

A mobile application for rating GitHub repositories. Sort and filter repositories, register a user, log in and create reviews.

Features

Running

The application was created with Expo, so the following scripts are available:

"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"

Backend