Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1mpleog/mern-todo-app
https://github.com/s1mpleog/mern-todo-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/s1mpleog/mern-todo-app
- Owner: s1mpleog
- Created: 2024-02-11T11:22:24.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T13:13:15.000Z (almost 1 year ago)
- Last Synced: 2024-11-11T09:18:10.826Z (3 months ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 📝 Simple MERN TODO App
This is a basic application to manage your TODO lists built with the powerful MERN stack.
**Key Features**
- ✅ Add new TODO items
- ✏️ Edit existing TODOs
- 🗑️ Delete TODOs
- ☑️ Mark TODOs as complete**Technologies Used**
- **Frontend:** React.js
- **Backend:** Node.js and Express.js
- **Database:** MongoDB**Getting Started**
1. **Clone the repository:**
```bash
git clone https://github.com/s1mpleog/mern-todo-app.git
```2. **Install dependencies:**
```bash
cd mern-todo-app
npm install # Install both frontend and backend dependencies
```3. **Start the development servers:**
```bash
npm run dev # Starts frontend and backend concurrently
```4. **Open the app in your browser:**
Usually, `http://localhost:3000`**Project Structure**
```
mern-todo-app/
├── client/ # React frontend code
│ ├── src/
│ ├── package.json
├── server/ # Node.js/Express backend code
│ ├── package.json
├── package.json # Root project dependencies
```**Contributing**
This is a basic TODO app to get you started. Feel free to fork the repository and add more features! Pull requests are welcome. 🚀**License**
This project is licensed under the MIT License.