Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruthmy/react-tutorial
https://github.com/ruthmy/react-tutorial
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruthmy/react-tutorial
- Owner: Ruthmy
- License: mit
- Created: 2023-07-10T15:07:02.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-22T00:46:19.000Z (12 months ago)
- Last Synced: 2023-11-22T02:06:13.519Z (12 months ago)
- Language: JavaScript
- Size: 396 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React Tutorial
---
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)---
**"React Tutorial"** it's a repository that contains the code from an introductory tutorial to React.js. This tutorial is designed for beginners who are new to React.
**Prerequisites**: Basic knowledge of HTML, CSS, JavaScript, ECMASCript 6 and a text editor or IDE.
**What I'll learn/reinforce**: How to create a React component, how to use state and props in React components, how to render React components to the DOM, how to use React Router to navigate between pages.
---
Client
---
- HTML & CSS3
- JavaScript
- Linters
- StyleLint
- ESLint
- React
- Follow Microverse's list of best practices
---
---
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
A modern browser (supports html5)
Git and a GitHub account
### Setup
Clone this repository to your desired folder by using this 👇️ command :
```
git clone https://github.com/Ruthmy/react-tutorial.git
```
### Install
Install this project with:
```
npm install
```
### Usage
```
npm start
```
### Run tests
```
npm test
```
### Deployment
- Not aplicable.
---
👤 **Ruth Abreu**
- GitHub: [@Ruthmy](https://github.com/Ruthmy)
- Twitter: [@rury_exe](https://twitter.com/rury_exe)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ruth-abreu)
---
Upcoming improvements:
- [] Create full Single Page App (SPA) website.
- [] Add Tests.
---
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Ruthmy/react-tutorial/issues).
---
If you like this project and know someone who might find it helpful, please share it.
Or give it a **star** ⭐️
---
I thank Microverse for this fantastic opportunity, the code reviewers for their advice and time.
---
This project is [MIT](./LICENSE) licensed.
---