https://github.com/isabelamoraes/nlw-esports
https://github.com/isabelamoraes/nlw-esports
axios expo expo-notifications express javascript nodejs prisma radix-ui react react-native react-navigation tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/nlw-esports
- Owner: isabelamoraes
- Created: 2022-09-18T03:17:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T03:35:01.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:12:41.072Z (4 months ago)
- Topics: axios, expo, expo-notifications, express, javascript, nodejs, prisma, radix-ui, react, react-native, react-navigation, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 7.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
NLW eSports
Find your duo
Features |
Getting Started |
Reference## Features
This project was developed with the following technologies:
- **[Expo](https://expo.io/)** - A platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
- **[React JS](https://reactjs.org/)** - A JavaScript library for building user interfaces.
- **[Node JS](https://nodejs.org/)** - A runtime enviroment for JavaScript applications.## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/nlw-esports.git# Go into the repository desired
$ cd server
# OR
$ cd web
# OR
$ cd mobile# Install dependencies
$ yarn install# Run the web or server application
$ yarn dev# Run mobile application
$ yarn start```
## Reference
This application was developed during my participation in Next Level Week 09, promoted by Rocketseat.