Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhich21/simplifi

A basic login template app for any website including frontend and backend.
https://github.com/abhich21/simplifi

axios cors expressjs mongoose nodejs notistack react-router-dom reactjs styled-components

Last synced: 15 days ago
JSON representation

A basic login template app for any website including frontend and backend.

Awesome Lists containing this project

README

        

# Simplifii SignUp Application

A basic full-stack SignUp application built with NodeJs for the backend and React for the frontend.

## Description

This project implements signup operations with validations for any webstite you can assume. The backend is developed using NodeJs, providing RESTful APIs, while the frontend is built with React for a modern and responsive user interface.

## Features

- Signup for users.
- Backend built with NodeJs, providing robust APIs for data.
- Frontend built with React and utilizes React Router DOM for navigation.
- Styled-components used for styling and UI components.
- Axios for making HTTP requests between the frontend and backend.

## Technologies Used

- **Backend:**
- NodeJs
- ExpressJs
- mongoose(MongoDb)
- cors
- dotenv

- **Frontend:**
- React
- React Router DOM
- Axios
- Styled-components
- notistack

## Installation

1. Clone the repository:
```bash
git clone https://github.com/abhich21/simplifi.git

2. Navigate to the backend directory, install, and start the NodeJs application.

```bash
cd server
npm install
npm start

3. Navigate to the frontend directory, and install and run the React applications.
```bash
cd client
npm install
npm start

### 1. Landing page
![landing](https://github.com/abhich21/simplifi/blob/main/screenshots/Screenshot%20(6).png)

### 2. Error When Using Same Email or Mobile
![error](https://github.com/abhich21/simplifi/blob/main/screenshots/Screenshot%20(10).png)

### 3. Welcome Page
![welcome](https://github.com/abhich21/simplifi/blob/main/screenshots/Screenshot%20(9).png)