https://github.com/bc-fullstack-03/gustavo-lucena-mobile
https://github.com/bc-fullstack-03/gustavo-lucena-mobile
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bc-fullstack-03/gustavo-lucena-mobile
- Owner: bc-fullstack-03
- Created: 2023-05-30T23:35:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T14:33:50.000Z (about 3 years ago)
- Last Synced: 2025-01-08T08:40:39.500Z (over 1 year ago)
- Language: TypeScript
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gustavo-lucena-frontend
## Projeto mobile bootcamp Sysmap
O objetivo desse projeto é simular uma rede social baseado no twitter
Projeto backend: https://github.com/bc-fullstack-03/Gustavo-lucena-backend
### Requisitos :
- projeto backend
- localstorage
- mongodb
### funcionalidades
- Cadastro de usuarios
- login de usuário utilizando token
- publicar posts
- listar posts
- listar usuários
- seguir usuários
- upload de imagens
```sh
npx create-react-native-app -t with-typescript
```
TypeScript is a superset of JavaScript which gives you static types and powerful tooling in Visual Studio Code including autocompletion and useful inline warnings for type errors.
## 🚀 How to use
#### Creating a new project
- Install the CLI: `npm i -g expo-cli`
- Create a project: `npx create-react-native-app -t with-typescript`
- `cd` into the project
### Adding TypeScript to existing projects
- Create a blank TypeScript config: `touch tsconfig.json`
- Run `yarn start` or `npm run start` to automatically configure TypeScript
- Rename files to TypeScript, `.tsx` for React components and `.ts` for plain typescript files
> 💡 You can disable the TypeScript setup in Expo CLI with the environment variable `EXPO_NO_TYPESCRIPT_SETUP=1 expo start`
## 📝 Notes
- [Expo TypeScript guide](https://docs.expo.dev/versions/latest/guides/typescript/)