Skip to content

IvanHoliak/todo-app-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Everyone 👋

This project is a simple clone of the trello app. You can check this project ToDoVite

Stack:


  • Front-end:

    • Typescript
    • React
    • Redux-toolkit
    • SCSS
    • Axios
  • Back-end:

    • Typescript
    • NodeJS
    • Express
    • MongoDB / Mongoose

Installation:


Client

cd client
npm install
npm run dev

Server

cd server
npm install
npm run dev

You can use your own MongoDB database by simply changing the DB_URL connection link in the .env file in the server folder.