Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.75 KB

README.md

File metadata and controls

74 lines (50 loc) · 1.75 KB

Hot Todo!

Status GitHub Issues GitHub Pull Requests


Hot Todo is a todo list app built using the MERN Stack. The user can add, delete todo items and mark any of them as completed

Hot todo

📝 Table of Contents

🧐 About

The purpose of this project is to provide a guide to use the MERN Stack and the redux library in my future projects.

🏁 Getting Started

Prerequisites

node -v
npm -v

Installing

  1. Clone the repository
git clone https://github.com/rawdaymohamed/Hot-Todo
cd Hot-Todo
  1. For the frontend
cd frontend
npm install
npm start
  1. For the backend
cd ..
cd backend
npm install
npm start

⛏️ Built Using

✍️ Authors