Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitriybartenev/effector
React.js | Effector | Mantine | Atomic Router | Vite
https://github.com/dmitriybartenev/effector
atomic-router axios effector mantine patronum react typescript vite
Last synced: 8 days ago
JSON representation
React.js | Effector | Mantine | Atomic Router | Vite
- Host: GitHub
- URL: https://github.com/dmitriybartenev/effector
- Owner: DmitriyBartenev
- Created: 2023-06-11T14:43:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T15:11:27.000Z (over 1 year ago)
- Last Synced: 2024-12-03T07:33:46.786Z (2 months ago)
- Topics: atomic-router, axios, effector, mantine, patronum, react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 280 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recipe Search Application
## This is a Recipe Search Application built using the following technologies:
- react v18
- effector v22
- patronum v1
- vite v4
- typescript v5.1.6
- atomic-router
- mantineThe application allows users to search for recipes by name, filter recipes by tag name and calories, and also provides login and register functionalities. The login and register features are implemented using mock-server-config.
## Features
- Search recipes by name
- Filter recipes by tag name and calories
- User authentication and registration## Getting Started
Follow the steps below to set up the project on your local machine.
### Prerequisites
Make sure you have the following software installed:
- Node.js (v14 or higher)
- npm (v7 or higher)### Installation
1. Clone the repository to your local machine:
`git clone https://github.com/DmitriyBartenev/effector.git`
2. Install the dependencies:`npm install`
### Starting the Development Server
To start the development server and run the application locally, use the following command:
`npm run dev`
The application will be available at `http://localhost:5173/`
### Mock Server Configuration
The application uses a mock server to handle login and register functionality. You can use the following credentials to log in:
- Email: [email protected]
- Password: qwerty123