Date Counter Application is a modern, responsive React application that allows users to manipulate dates by counting days from today. It features a clean and intuitive design with interactive elements for counting and displaying dates.
- Interactive date counting
- Responsive design that works on desktop and mobile devices
- Stylish UI with smooth transitions and hover effects
- Adjustable step values for counting days
- Displays the resulting date based on the count
- React
- CSS3 with flexbox and custom properties
- Responsive web design techniques
-
Clone the repository:
git clone https://github.com/ELHARCHAOUI-SIFEDDINE/dateCounter.git
-
Navigate to the project directory:
cd date-counter
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to view the app.
- Use the "+" and "-" buttons to increase or decrease the count of days from today.
- Adjust the step value using the second set of "+" and "-" buttons.
- View the resulting date displayed below the controls.
You can easily customize the app by modifying the following files:
src/App.js
: Edit the step messages and add more steps if needed.src/styles.css
: Adjust the styles, colors, and layout of the app.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
If you have any questions, feel free to reach out to [Sif-Eddine El Harchaoui] at [elharchaouisifeddine@gmail.com].