An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

User list Mobile App


Technologies
Getting Started
Collaborators
Contribute


A Management Users App, in React Native.

🎨 Layout


Image Example

💻 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




Nathan Baldez Developer Profile


Nathan Baldez



📫 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)