This is a fusion of the Kanban style of Trelloist and the simplicity of todoist.
Click here 👉 trelloist
- User Authentication and Sign-out
- Display the default lists in the user board when a user logs in
- Add, remove edit lists in the user board
- Add, romove edit cards in the lists
- Schedule tasks in the cards
- Add and remove sub-tasks in the cards
- Change the parent list for a particular card like Trello
- Add multiple boards for a user
- User Profile Section
- Landing Page, with Sign-up
- Work on the CSS of the app
- React JS
- Redux
- Node JS
- Express JS
- MongoDB
- Mongo Atlas
- HTML
- CSS
- React
- React redux
- Material UI
- Moment
- Mongoose
- React Google Login
- Git
- VS code
- Node js
- MongoDB
- Nodemon (global npm package)
- In terminal, navigate to folder in which you need the clone and run
git clone https://github.com/mandarsatam/trelloist.git
- Open the clonned repository,
- Navigate to frontend folder and run
npm installin terminal - Navigate to backend folder and run
npm installin terminal
- Navigate to frontend folder and run
- Before running the application, kill the applications currently running on port 3000 (for frontend) and port 2233 (for backend)
- Open the clonned repository,
- Navigate to backend folder and run
nodemon srcin terminal - Navigate to frontend folder and run
npm startin terminal
- Navigate to backend folder and run
- Your application is now running on
http://localhost:3000/
