Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!