-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hamidreza Hosseinzadeh edited this page Jan 3, 2025
·
7 revisions
This website aims to copy the Todoist website and customize it according to our needs.
- Simple project - Focused on front-end
- Simple back-end
- Practical & Useful for the future
- Learn teamwork and Git
- Hamidreza Hoseinzade: Tech Lead, Front-end dev
- Amir Heidari: Tech Lead, Front-end dev
- Kooshan Malek Mohammad: Back-end dev
- Niko Hesari: Front-end dev
- Ramin: Front-end dev
- Ali Dorri: Project Manager, Front-end dev
- Homayoun Naji: Front-end dev
- Our documentation is in English for compatibility everywhere.
- Always try to share your works/tasks in the telegram group to get feedback from others.
For an overview and project features, please refer to Project Overview.
For technical aspects of the project, please refer to Technical Documentation.
UI/UX guidelines and wireframes...
We use Trello for managing our tasks. Check our Project Board.
\Root
│ index.html
│
├───assets
│ ├───fonts
│ ├───icons
│ └───images
├───components
│ ├───aboutus
│ │ componenty.html
│ │ componentz.html
│ │
│ ├───auth
│ │ ├───singin
│ │ │ componenty.html
│ │ │ componentz.html
│ │ │
│ │ └───singup
│ │ componenty.html
│ │ componentz.html
│ │
│ ├───contactus
│ │ componenty.html
│ │ componentz.html
│ │
│ └───shared-ui
│ layout.html
│
├───pages
│ ├───aboutus
│ │ components.js
│ │ index.html
│ │
│ ├───auth
│ │ ├───singin
│ │ │ components.js
│ │ │ index.html
│ │ │
│ │ └───singup
│ │ components.js
│ │ index.html
│ │
│ └───contactus
│ components.js
│ index.html
│
├───scripts
│ │ components.js
│ │
│ ├───aboutus
│ │ component1.js
│ │ component2.js
│ │
│ ├───auth
│ │ ├───signin
│ │ │ component1.js
│ │ │ component2.js
│ │ │
│ │ └───signup
│ │ component1.js
│ │ component2.js
│ │
│ ├───contactus
│ │ component1.js
│ │ component2.js
│ │
│ └───functions
│ sharedscripts.js
│
└───styles
│ global.css
│
├───aboutus
│ component1.css
│ component2.css
│
├───animations
├───auth
│ ├───signin
│ │ component1.css
│ │ component2.css
│ │
│ └───signup
│ component1.css
│ component2.css
│
└───contactus
component1.css
component2.css