A simple timer app with the ability to share alarms over the internet for personal use. 📱
- Set alarms for specific times 🕰️
- Share alarms with others 🔔
- Clean and intuitive interface 🧠
- React 🚀
- Node.js 🚀
- Express 🚀
- MongoDB 💾
- Clone the repository
git clone https://github.com/user/timer-app.git
- Install dependencies
npm install
- Start the development server
npm start
- Open the app in your browser at http://localhost:3000
- Set an alarm by clicking the "Add Alarm" button and selecting a time
- View and manage your alarms in the list on the left
- Share an alarm with others by clicking the "Share Alarm" button next to the alarm
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
This project is licensed under the MIT License - see the LICENSE.md file for details. © 2020 Timer App. All Rights Reserved.