Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruthmy/react-tutorial


https://github.com/ruthmy/react-tutorial

Last synced: 26 days ago
JSON representation

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

**"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.

---

## 🛠 Built With

### Tech Stack

Client




---

### Key Features


  • HTML & CSS3

  • JavaScript

  • Linters

    • StyleLint

    • ESLint



  • React

  • Follow Microverse's list of best practices

(back to top)

---

(back to top)

---

## 💻 Getting Started

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.

(back to top)

---

## 👥 Authors

👤 **Ruth Abreu**

- GitHub: [@Ruthmy](https://github.com/Ruthmy)
- Twitter: [@rury_exe](https://twitter.com/rury_exe)
- LinkedIn: [LinkedIn](https://linkedin.com/in/ruth-abreu)

(back to top)

---

## 🔭 Future Features

Upcoming improvements:

- [] Create full Single Page App (SPA) website.
- [] Add Tests.

(back to top)

---

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Ruthmy/react-tutorial/issues).

(back to top)

---

## ⭐️ Show your support

If you like this project and know someone who might find it helpful, please share it.
Or give it a **star** ⭐️

(back to top)

---

## 🙏 Acknowledgments

I thank Microverse for this fantastic opportunity, the code reviewers for their advice and time.

(back to top)

---

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)

---