This is a simple React application that features a registration and login form. It allows users to toggle between signing up and logging in, capturing their input while demonstrating the use of React hooks and controlled components.
To get a copy of this project running on your local machine, follow these steps:
Clone the Repository
```bash git clone https://github.com/vincentMunywoki/react-registration-form.git cd react-registration-form Install Dependencies: Make sure you have Node.js installed. Then run: bash
Copy npm install Run the Application: Start the development server: bash
Copy npm start Your app should now be running on http://localhost:3000. Usage Open your browser and navigate to http://localhost:3000. You can fill in the signup form or the login form based on your needs. Contributing If you would like to contribute to this project, please feel free to submit a pull request or open an issue.
License This project is open-source and available under the MIT License.
Acknowledgements Inspired by tutorials and documentation from React’s official site.