Skip to content

Commit e044d57

Browse files
authored
Add files via upload
1 parent 78e91a9 commit e044d57

File tree

21 files changed

+32393
-0
lines changed

21 files changed

+32393
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 izemspot
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Logster - login/register-page-app
2+
3+
> Simple login/register-page-app created with React js.
4+
5+
Logster is a React app that has a Login, Register and Reset password features. This is just the Front-end of the app, no Back-end.
6+
7+
## Table of contents
8+
* [Functionalities](#functionalities)
9+
* [Technologies](#technologies)
10+
* [Live App](#live-app)
11+
* [Packages & Libraries](#packages-&-libraries)
12+
* [Contributing](#contributing)
13+
* [Support](#support)
14+
* [Final Words](#final-words)
15+
* [License](#license)
16+
17+
## Functionalities
18+
19+
* Login with username and password
20+
* Create an account
21+
* Reset password
22+
23+
## Technologies
24+
25+
* React js
26+
* HTML5
27+
* CSS3
28+
29+
## Live App
30+
31+
To view and test the app you can visit this [link](https://logsterapp.netlify.com/).
32+
33+
## Packages & Libraries
34+
35+
* [react-router-dom](https://www.npmjs.com/package/react-router-dom)
36+
37+
## Contributing
38+
39+
Pull requests are welcome. Please feel free to submit an issue first to discuss what you would like to change.
40+
41+
The process to start is simple, just make sure you have [Node js](https://nodejs.org/en/) installed in your computer.
42+
43+
First you need to go to project's main directory which contains package.json file
44+
45+
```bash
46+
git clone [Repository]
47+
48+
cd [Repository-Directory]
49+
50+
npm install
51+
52+
npm start
53+
```
54+
or
55+
```bash
56+
git clone [Repository]
57+
58+
cd [Repository-Directory]
59+
60+
yarn install
61+
62+
yarn start
63+
```
64+
.. happy Coding..!!
65+
66+
67+
68+
## Support
69+
70+
Reach out to me at one of the following places!
71+
72+
- Website at <a href="https://izemspot.netlify.com" target="_blank">`izemspot.netlify.com`</a>
73+
- Gmail <a href="mailto:zmr.ilyas@gmail.com" target="_blank">`zmr.ilyas@gmail.com`</a>
74+
75+
76+
77+
## Final Words
78+
79+
If you like the app, please give it a star. It will mean a lot for me :)
80+
81+
## License
82+
83+
- **[MIT license](http://opensource.org/licenses/mit-license.php)**
84+
- Copyright 2019 © <a href="https://izemspot.netlify.com" target="_blank">IZEMSPOT</a>.

0 commit comments

Comments
 (0)