https://github.com/davesimoes/login-signup-react-bootstrap
A simple Login & Registration UI Template using React - Bootstrap 5 Tutorial.
https://github.com/davesimoes/login-signup-react-bootstrap
begginers bootstrap bootstrap5 login-register login-signup login-system react react-bootstrap simple-login tutorial
Last synced: over 1 year ago
JSON representation
A simple Login & Registration UI Template using React - Bootstrap 5 Tutorial.
- Host: GitHub
- URL: https://github.com/davesimoes/login-signup-react-bootstrap
- Owner: DaveSimoes
- License: mit
- Created: 2023-09-01T02:20:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T19:30:52.000Z (over 2 years ago)
- Last Synced: 2025-03-27T08:22:21.530Z (over 1 year ago)
- Topics: begginers, bootstrap, bootstrap5, login-register, login-signup, login-system, react, react-bootstrap, simple-login, tutorial
- Language: JavaScript
- Homepage: https://dev.to/davesimoes/crie-um-modelo-de-interface-login-sign-up-ui-em-react-utilizando-bootstrap-5-56lb
- Size: 62.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Login & Registration UI Template using React - Bootstrap 5
An example of React login system project with basic user functionality.
# Screenshoots
| Log In | Create an account |
| -------|--------------|
|
|
|
## Why does this repository exist?
Many beginners with basic knowledge are not sure how to start their portfolios; and with this project we want to encourage them to build something that can be applied to future projects, in this case a first part just the front end but that in the future can be coupled in a backend with a connection for example with DB No SQL such as MongoDB
## Requirements
- You must have basic knowledge of HTML, CSS, React, JavaScript, TypeScript, and a little bit of ES6.
- Make sure you must have [Node](https://nodejs.org/pt-br) set up in your machine, check out this tutorial on setting up Node.
### 🚀Clone the project
```bash
https://github.com/DaveSimoes/login-signup-react-bootstrap.git
```
```bash
cd login-signup-ui
```
## 🛠Installation and Setup Instructions /Instruções para instalação.
1. Installation: `npm install`
2. In the project directory, you can run: `npm start`
## License
Licensed under [MIT](http://www.opensource.org/licenses/mit-license.php). You can use this script for free for any
private or commercial projects.
## Contribute
Please create a feature-branch if possible when committing to the project, if not then simply commit to master branch.