Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryana265/reminder-app

Simple React to-do list app with add and delete functionality.
https://github.com/ryana265/reminder-app

react react-bootstrap todolist

Last synced: about 17 hours ago
JSON representation

Simple React to-do list app with add and delete functionality.

Awesome Lists containing this project

README

        

# Reminder App 📝

A simple React-based to-do list app that helps you manage reminders efficiently. This app uses `React Bootstrap` for styling and layout.

## Features
- Add new reminders
- Delete reminders when done
- Responsive and user-friendly interface

## Demo

![Screenshot 2024-10-05 231649](https://github.com/user-attachments/assets/e2546801-5ac3-4548-8874-f42ce1d2d59f)

## Built With
- **React** - JavaScript library for building user interfaces
- **React Bootstrap** - Styling and layout for a responsive design

## Getting Started

Follow these instructions to get a copy of the project running on your local machine.

### Prerequisites
- **Node.js** and **npm** installed on your machine
- Familiarity with **React** and **React Bootstrap**

### Installation

1. **Clone the repository:**
```bash
git clone https://github.com/yourusername/reminder-app.git
```
2. **Navigate to the project directory:**
```bash
cd reminder-app
```
3. **Install dependencies:**
```bash
npm install
```

4. **Run the app locally:**
```bash
npm start
```
The app will be available at [http://localhost:3000](http://localhost:3000).

### Usage
- **Add a Reminder**: Type in the input field and click `Add To-Do` to add a new reminder.
- **Delete a Reminder**: Click on the check icon next to a reminder to remove it from the list.

### Acknowledgments
- **React Bootstrap** for easy-to-use styling components
- **Font Awesome** icons used for the delete button

---

Enjoy managing your tasks with ease! 😄

### React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh