Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeabnoah/nerdspace_codebase
Nerdspace: A comprehensive project comprising web, mobile, and backend codebases. Backend stack: Express, Node.js, MongoDB. Web: React, Vite. Mobile: Expo, React Native, Context API, Zustand for state management.
https://github.com/yeabnoah/nerdspace_codebase
codebase expo-cli mern-stack mongodb nerdspace
Last synced: 5 days ago
JSON representation
Nerdspace: A comprehensive project comprising web, mobile, and backend codebases. Backend stack: Express, Node.js, MongoDB. Web: React, Vite. Mobile: Expo, React Native, Context API, Zustand for state management.
- Host: GitHub
- URL: https://github.com/yeabnoah/nerdspace_codebase
- Owner: yeabnoah
- Created: 2023-12-07T06:06:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T13:02:58.000Z (10 months ago)
- Last Synced: 2024-04-27T14:22:44.803Z (10 months ago)
- Topics: codebase, expo-cli, mern-stack, mongodb, nerdspace
- Language: JavaScript
- Homepage:
- Size: 74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nerdspace Project
Nerdspace is a comprehensive project consisting of web, mobile, and backend codebases. The backend stack utilizes Express, Node.js, and MongoDB. The web application is built with React and Vite, while the mobile app is developed using Expo, React Native, and utilizes Context API and Zustand for state management.
## Backend
The backend of Nerdspace is developed using the following technologies:
- **Express**: A fast, unopinionated, minimalist web framework for Node.js.
- **Node.js**: A JavaScript runtime built on Chrome's V8 JavaScript engine.
- **MongoDB**: A NoSQL database program, using JSON-like documents with schema.## Web Application
The web application of Nerdspace is developed using the following technologies:
- **React**: A JavaScript library for building user interfaces.
- **Vite**: A fast build tool that significantly improves the frontend development experience.## Mobile Application
The mobile application of Nerdspace is developed using the following technologies:
- **Expo**: An open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
- **React Native**: A framework for building native applications using React.
- **Context API**: A React feature for managing state within an application.
- **Zustand**: A small, fast, and scaleable state management library for React.