https://github.com/nickymeuleman/mixedpasswebsite
A minimal ReactJS application to generate a password.
https://github.com/nickymeuleman/mixedpasswebsite
Last synced: about 2 months ago
JSON representation
A minimal ReactJS application to generate a password.
- Host: GitHub
- URL: https://github.com/nickymeuleman/mixedpasswebsite
- Owner: NickyMeuleman
- Created: 2020-10-02T15:04:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T15:49:37.000Z (over 4 years ago)
- Last Synced: 2025-02-07T19:32:17.932Z (4 months ago)
- Homepage: https://mixedpass.netlify.app
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MixedPassWebsite
A minimal ReactJS application to generate a password.
MixedPassWebsite is free and open source project written in ReactJS
Project Visitors:
[**Learn how to use ReactJS for your next project.**](https://reactjs.org/docs/getting-started.html)
## Prerequisites
- [Node](https://nodejs.org/en/docs)
- [Yarn](https://yarnpkg.com/getting-started)## Get Up and Running
1. **Clone this Repo.**
```shell
git clone https://github.com/mixedbitmedia/MixedPassWebsite.git```
2. **Install all the project's dependencies.**
Move into the projects directory:
```shell
cd /MixedPassWebsite
yarn
```3. **Start the project in `develop` mode.**
Next, start it up:
```shell
yarn start
```4. **Open the source code and start editing!**
The Project is now running. Open the project's directory in your code editor of choice and edit. Save your changes, and it will update in real time!
## Learning ReactJS
Full documentation for ReactJS is [on this website here](https://reactjs.org).
- **For most developers, we recommend starting with a [in-depth tutorial for creating a project with ReactJS](https://reactjs.org/docs/create-a-new-react-app.html).**
## Code of Conduct
Mixedbitmedia is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Mixedbitmedia community to abide by this. In our community, we work hard to build each other up and create amazing things together.
## How to Contribute
Whether you're helping us fix bugs, improve some docs, or spread the word, we'd love to have you as part of our community just make a PR on any of our Repos!
## Thanks
We thank our many contributors and to [Netlify](https://www.netlify.com/) for hosting [mixedbitmedia.com](https://mixedbitmedia.com) and our various projects.