Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qobulovasror/react-mini-apps
Mini apps using react and node
https://github.com/qobulovasror/react-mini-apps
expressjs nodejs react
Last synced: 7 days ago
JSON representation
Mini apps using react and node
- Host: GitHub
- URL: https://github.com/qobulovasror/react-mini-apps
- Owner: qobulovasror
- Created: 2022-11-25T07:11:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T05:02:10.000Z (7 months ago)
- Last Synced: 2024-04-02T06:23:44.700Z (7 months ago)
- Topics: expressjs, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 362 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Mini Apps
This is a several application built using the MERN stack (MongoDB, Express.js, React.js, Node.js).
They are calculator, share app, todo, weather## Requirements
1. Node.js
2. npm (Node Package Manager)
3. MongoDB
4. Modern web browser## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/qobulovasror/React-mini-Apps.git
```
2. Navigate to the project directory:
```bash
cd React-mini-Apps
```
4. Install server dependencies:
```bash
npm install
```
5. Navigate to the client directory and install client dependencies:
```bash
cd client
npm install
```
6. Go back to the main project directory:
```bash
cd ..
```
7. Start the development server:
```bash
npm run dev
```
8. Access the application through your web browser at http://localhost:3000.This application was created by Qobulov Asror. It is open-source and contributions are welcome.
## Support
For any inquiries or issues, please contact [email protected].Thank you for using our my Application!