https://github.com/nthbaldez/userlist-mobile
An User list management made with React Native.
https://github.com/nthbaldez/userlist-mobile
nativewind-reactnative react react-hook-form react-native tailwindcss
Last synced: 27 days ago
JSON representation
An User list management made with React Native.
- Host: GitHub
- URL: https://github.com/nthbaldez/userlist-mobile
- Owner: nthbaldez
- Created: 2023-08-06T19:31:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T14:00:40.000Z (over 2 years ago)
- Last Synced: 2025-02-28T10:55:11.641Z (11 months ago)
- Topics: nativewind-reactnative, react, react-hook-form, react-native, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
User list Mobile App
Technologies •
Getting Started •
Collaborators •
Contribute
A Management Users App, in React Native.
🎨 Layout
💻 Technologies
- React
- React Native
- Nativewind
- React hook form
- Zup
- json-server
🚀 Getting started
Prerequisites
Here are the prerequisites to run this project:
- [NodeJS](https://nodejs.org/en)
- [Git](https://git-scm.com/downloads)
Necessary set up the development environment to run this project without Expo.
Check the link
```bash
https://reactnative.dev/docs/environment-setup
```
Cloning
How to clone this project
```bash
git clone https://github.com/nthbaldez/userlist-mobile.git
```
Starting
How to start your project
```bash
cd project-name
npm install
npm start
```
How to start the api for the project
```bash
cd api
npm start
```
🤝 Collaborators
📫 Contribute
Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
1. `git clone https://github.com/nthbaldez/userlist-mobile.git`
2. `git checkout -b feature/NAME`
3. Follow commit patterns
4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!
Documentations that might help
[📝 How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)
[💾 Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)