Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashkapure06/deltasigmaventures
https://github.com/yashkapure06/deltasigmaventures
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashkapure06/deltasigmaventures
- Owner: Yashkapure06
- Created: 2023-12-20T13:24:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T05:10:42.000Z (about 1 year ago)
- Last Synced: 2024-12-13T07:42:18.519Z (2 months ago)
- Language: JavaScript
- Homepage: https://delta-sigma-ventures-server.vercel.app
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note Web App
## Features 🚀
- **Create Notes**: Add new notes with titles and descriptions to keep track of your thoughts and tasks.
- **Edit and Update**: Modify your notes as needed with the ability to update both the title and description.
- **Delete Notes**: Remove unwanted notes to keep your workspace clutter-free.
- **Search Functionality**: Quickly find specific notes by using the search feature.
- **Light and Dark Mode**: Choose between light and dark modes to suit your preference.
- **Responsive Design**: Access your notes seamlessly on various devices.## Tech Stack 💻
### Frontend:
- React.js
- Material-UI with JoyUI
- Axios for API calls### Backend:
- Node.js with Express.js
- MongoDB for data storage
- CORS for cross-origin resource sharing## Project Structure 📁
- `client/`: Contains the React.js frontend code.
- `server/`: Contains the Node.js backend code with MongoDB integration.
- `src/`: Includes assets and other project-specific files.