https://github.com/chenxu2394/rate-repository-app
https://github.com/chenxu2394/rate-repository-app
react-native
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenxu2394/rate-repository-app
- Owner: chenxu2394
- Created: 2025-04-03T04:08:04.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-04-03T04:21:23.000Z (3 months ago)
- Last Synced: 2025-04-03T05:24:44.250Z (3 months ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository Rating App Frontend

This project is an ongoing development of a simple frontend for a repository rating application. It allows users to view and rate repositories and is built using **React Native** with **Expo** for a seamless cross-platform experience.
## Features
- **View Repositories:** Browse and search a curated list of repositories.
- **Rate Repositories:** Submit ratings and feedback for each repository.
- **Responsive Design:** Optimized for mobile devices using React Native components.## Technologies Used
- **React Native**
- **Expo**
- **JavaScript**## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/)
- [Expo CLI](https://docs.expo.dev/workflow/expo-cli/)### Installation
Clone the repository and install dependencies:
```bash
git clone https://github.com/chenxu2394/rate-repository-app.git
cd rate-repository-app
npm install
```### Running the App
To start the development server, run:
```bash
npm start
```
### Credits
[FullStackOpen](https://fullstackopen.com/en/)