Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tailwind integrated #5

Merged
merged 15 commits into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# RUST

# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb


# REACT
.DS_STORE
node_modules
scripts/flow/*/.flowconfig
.flowconfig
*~
*.pyc
.grunt
_SpecRunner.html
__benchmarks__
build/
remote-repo/
coverage/
.module-cache
fixtures/dom/public/react-dom.js
fixtures/dom/public/react.js
test/the-files-to-test.generated.js
*.log*
chrome-user-data
*.sublime-project
*.sublime-workspace
.idea
*.iml
.vscode
*.swp
*.swo

packages/react-devtools-core/dist
packages/react-devtools-extensions/chrome/build
packages/react-devtools-extensions/chrome/*.crx
packages/react-devtools-extensions/chrome/*.pem
packages/react-devtools-extensions/firefox/build
packages/react-devtools-extensions/firefox/*.xpi
packages/react-devtools-extensions/firefox/*.pem
packages/react-devtools-extensions/shared/build
packages/react-devtools-extensions/.tempUserDataDir
packages/react-devtools-inline/dist
packages/react-devtools-shell/dist
packages/react-devtools-timeline/dist
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
![StackUp Banner]([https://tinkerhub.frappe.cloud/files/stackup%20banner.jpeg])
# Devvy
Long Description about project. This project do that. This project is awesome...
Introducing Devvy, the ultimate to-do list designed exclusively for developers. Devvy is your essential companion for managing tasks, tracking project progress, and ensuring nothing falls through the cracks in your development journey.

### What Makes Devvy Special?
Devvy understands the unique needs of developers, offering a feature-packed to-do list tailored for your coding endeavors:
- **Task Management**: Devvy simplifies your project workflow. Organize tasks, set priorities, and keep track of your coding assignments.
- **Project Lists**: Keep your projects and coding tasks separate and well-organized. No more confusion about which task belongs to which project.
- **Progress Tracking**: Monitor your progress with ease. Devvy provides insights into completed tasks,tasks in progress and yet-to-start tasks, so you can celebrate achievements.
- **Notifications**: Stay updated with task notifications. Devvy ensures you never miss an important deadline.
- **Customization** : Tailor Devvy to your coding style. Customize task labels, due dates, and more...
## Team members
1. Name [Embed personal github URL]
2. Name [Embed perosnal github URL]
1. [Noel George](https://github.com/noelg-cj)
2. [Arjun Pratap](https://github.com/officiallyaninja)
3. [Vasanthi B N S](https://github.com/VB-123)
4. [Diwa Tomy](https://github.com/diwatomy04)
## Team Id
Team id here
Our Team ID: devstars
## Link to product walkthrough
[link to video]
## How it Works ?
1. Explaining the working of project
### Technology Stack
- Front End: React.js
- Back End: Rust
- Database: SQLite
2. Embed video of project demo
## Libraries used
Library Name - Version
Expand Down
Binary file added data.db
Binary file not shown.
Loading