Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 586 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 586 Bytes

Todoer

Todoer is a minimalist todo application that is simple and easy to use supporting a draggable todo list items.

Stack

Frontend

  • ReactJS
  • TailwindCSS
  • Typescript
  • Dnd-Kit
  • Recoil

Backend

  • Express
  • Bcrypt
  • JWT
  • Typescript
  • Mongoose

Installation

  • Clone the repository
  • Install the dependecies in the respective folders.
  • Set up the .env using the .env.example
  • Run the dev script to start the develpment instance

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.