Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enamlimitless/react-auth
https://github.com/enamlimitless/react-auth
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enamlimitless/react-auth
- Owner: enamlimitless
- Created: 2021-04-30T12:01:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T05:12:47.000Z (over 3 years ago)
- Last Synced: 2023-08-10T05:36:07.682Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://smoothriders.netlify.app/
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of Contents
1. [General Info](#general-info)
2. [Technologies](#technologies)
3. [Installation](#installation)### General Info
***
***This is a simple react web app by using react.js and React Router.***
*It's about a league called Fantasy Football. Where there are different clubs and they have their own information*Website Link: smoothriders.netlify.app/
### Website Preview
smoothriders.netlify.app/## Technologies
***
A list of technologies used within the project:
* [React](https://reactjs.org/): Version 16.5.0
* [Git](https://git-scm.com/): version 2.27.0.windows.1
* [Node](https://nodejs.org/en/): Version v12.18.1## Installation
***
A little intro about the installation.
```
$ npx create-react-app fantacy-football
$ cd ../path/to/the/file
$ npm install
$ npm start
$ npm install @fortawesome/react-fontawesome
$ npm install @React Router
```