It's application that allows users to submit workout applications through an easy-to-use form. The application provides features like input validation, file uploads, and date/time selection.
- User-friendly Form: Easily submit your workout application using a well-designed form.
- Input Validation: Ensure accurate data entry with input validation for essential fields.
- File Upload: Attach a photo to your application for a more personalized touch.
- Date and Time Selection: Choose your preferred workout date and time using the interactive calendar.
- Responsive Design: Access the application seamlessly across various devices.
- React
- TypeScript
- Axios
- Tailwind CSS
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/Mikel911/form-to-register-date.git - Navigate to the project directory:
cd form-to-register-date - Install dependencies:
npm install - Start the development server:
npm start
The application will be available at http://localhost:3000.
Contributions are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature - Commit your changes:
git commit -m 'Add new feature' - Push to the branch:
git push origin feature/new-feature - Submit a pull request.
Happy coding!