Technologies • Getting Started • Collaborators • Contribute
A Management Users App, made with NextJS and TailwindCSS.
- React
- Next.js
- Tailwind CSS
- React hook form
- Zup
- json-server
Here are the prerequisites to run this project:
How to clone this project
git clone https://github.com/nthbaldez/userlist-app.git
How to start your project
cd project-name
npm install
npm start
How to start the api for the project
cd api
npm start
Nathan Baldez |
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
git clone https://github.com/nthbaldez/userlist-app.git
git checkout -b feature/NAME
- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!