https://github.com/git21221/todo-complex
Trying to make a complex todo application
https://github.com/git21221/todo-complex
collaborate expressjs github github-copilot github-pages javascript mongodb mongodb-atlas nodejs opensource reactjs student-vscode
Last synced: 9 months ago
JSON representation
Trying to make a complex todo application
- Host: GitHub
- URL: https://github.com/git21221/todo-complex
- Owner: Git21221
- License: mit
- Created: 2024-01-07T08:56:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T18:06:40.000Z (over 1 year ago)
- Last Synced: 2024-05-20T21:27:02.762Z (over 1 year ago)
- Topics: collaborate, expressjs, github, github-copilot, github-pages, javascript, mongodb, mongodb-atlas, nodejs, opensource, reactjs, student-vscode
- Language: JavaScript
- Homepage: https://frontendfortodo-saikat-das-projects.vercel.app/
- Size: 3.74 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TODO - complex
## Help me to grow a simple todo into a complex fullstack project.
# How to contribute?
- There are two folder -> i) client (frontend), ii) server (backend)
- Use these command for frontend
```bash
git clone https://github.com/Git21221/TODO-complex.git
cd TODO-complex
npm i
npm run dev
```
- Use these commands for backend server
```bash
npm i
npm run dev
```
- I will provide .env.sample file, you just need to make a env file with same keys but values will be yours.
- After making changes
```bash
git add .
git commit -m ""
git push origin main
```
- After that make a PR with proper details of your changes and screenshot.
# Happy coding ! 😊😊😊😊😊