Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 954 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 954 Bytes

Web Stack programming ― React

This repository contains projects for training in the Web Stack programming track at Holberton School. All projects are designed to learn React from a beginners level to the advanced level.

Directories

Each directory is named after a concept and contains ordered exercises from mandatory to advance level, and a README.md with a short description of its files.

Author

Sravanthi Sinha I have coded all of these exercises during my software engineering training at Holberton School and are part of Web Stack programming curriculum.

Each project

  • 0x00. React - intro

    A project focused to getting started with React

  • 0x01. React - state

    A project focused to handle state in React Application.

  • 0x02. React - redux

    A project focused to undertsand Redux with React.