/react-practice

A website I set up to practise making React components

Primary LanguageJavaScript

React Practice App

React Logo

Description

The React Practice App is a single-page web application created using create-react-app. Its main purpose is to provide a platform for practising the development of small React components. Within this project, you will find two main components: a todo app and a timer.

Table of Contents

Installation

To run this React application locally, follow these simple steps:

  1. In your terminal, clone this repository:

git clone https://github.com/meiCiEn/react-practice.git

  1. Navigate to the project directory:

cd react-practice

  1. Install project dependencies:

npm install

Usage

To start the development server and view the app in your browser, use the following command:

npm start

Your app will be available at http://localhost:3000/.

Components

1. To-Do App

The To-Do App is a simple task management application that allows you to:

  • Add new tasks.
  • Mark tasks as completed.
  • Remove tasks from the list.
  • This component is designed to help you practice handling state in React.

2. Timer

Uses the useState and useReact hooks.

Additional Information

For additional information, documentation, or to see a live demo of this project, visit the website.

Copyright

© Eleanor Mears 2023