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

https://github.com/rupesh-dev30/todo-authentication-redux-toolkit

Todo Application built to showcase a full-stack implementation using modern technologies. The application is designed with a focus on functionality, scalability, and collaboration. Below is a detailed guide to help you get started with the project.
https://github.com/rupesh-dev30/todo-authentication-redux-toolkit

express mongodb nodejs react reactrouter redux redux-toolkit

Last synced: about 2 months ago
JSON representation

Todo Application built to showcase a full-stack implementation using modern technologies. The application is designed with a focus on functionality, scalability, and collaboration. Below is a detailed guide to help you get started with the project.

Awesome Lists containing this project

README

          

# Todo Application

This is a **Todo Application** built to showcase a full-stack implementation using modern technologies. The application is designed with a focus on functionality, scalability, and collaboration. Below is a detailed guide to help you get started with the project.

---

## πŸ› οΈ Technologies Used

### Frontend:

- **React Vite**
- **React Redux**
- **Redux Toolkit**

### Backend:

- **Node.js**
- **Express.js**

### Database:

- **MongoDB**

---

## ✨ Features

- πŸ” User authentication (custom-built without third-party libraries).
- βœ… Add, update, and delete todos.
- πŸ—‚οΈ State management using Redux Toolkit.
- πŸ’Ύ Persistent data storage with MongoDB.

---

## βš™οΈ Setup Instructions

Follow these steps to set up the project locally:

### 1. πŸ–‡οΈ Clone the Repository

```bash
git clone https://github.com/rupesh-dev30/Todo-with-Blog.git
cd Todo-with-Blog
```

### 2. πŸ“„ Environment Variables
- Create an .env file in both the backend directories.
- Refer to the provided env-example file for the required environment variables.

### 3. πŸ“¦ Install Dependencies

- Frontend
```bash
cd frontend
npm install
```

- Backend
```bash
cd backend
npm install
```
### 4. πŸš€ Run the Application

- Development Mode:
Run the following command in both frontend and backend directories:
```bash
npm run dev
```
The application should now be running locally!

## Screenshots / Images
![Screenshot 2024-12-09 212636](https://github.com/user-attachments/assets/5066b939-b489-4f05-8465-ae07ac72bba5)
![Screenshot 2024-12-09 212708](https://github.com/user-attachments/assets/fe1ff82d-c4d5-4a5b-b012-bd49fc77e885)
![Screenshot 2024-12-09 212807](https://github.com/user-attachments/assets/72ac6d9e-55da-48f8-b032-9e4f4d09075a)
![Screenshot 2024-12-09 212955](https://github.com/user-attachments/assets/20ab0ded-7f27-44ac-b3d2-c191b284287b)
![Screenshot 2024-12-09 213016](https://github.com/user-attachments/assets/d7940fa1-e99b-467b-85e7-259c95f82f02)

## 🀝 Contributing
- This project is a work in progress, and we welcome contributions from the community. There are still a few bugs, and your support can help improve the application while offering a great learning experience for everyone.

### How to contribute
- 🍴 Fork the repository.
- 🌱 Create a feature branch: git checkout -b feature-name.
- πŸ’Ύ Commit your changes: git commit -m "Description of changes".
- πŸ”„ Push to the branch: git push origin feature-name.
- πŸ“¨ Submit a pull request.

### Open Source Collaboration
Contributing to this project is a great way to explore and understand open-source collaboration. Whether you’re fixing bugs, enhancing features, or simply reviewing code, your contributions are highly valued!

## πŸ“œ License
This project is licensed under the MIT License. See the LICENSE file for details.