- π About the Project
- π» Getting Started
- π₯ Authors
- π Future Features
- π€ Contributing
- βοΈ Show your support
- π Acknowledgements
- β FAQ (OPTIONAL)
- π License
Meal-Master is a fullstack web application that is built on rails framework and React that enables a user to create an account, sign-in, order foods of their liking, and/or delete their orders.
- [Fetch all orders from API endpoint]
- [Fetch all foods from API endpoint]
- [Authenticate users]
- [Add food]
- [Delete food]
- [Place orders]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Git.
- Install a code editor of your choice.
- Knowledge of javascript,react and Ruby on Rails.
- Github account is required.
- Install nodejs.
Clone this repository to your desired folder:
git clone https://github.com/DaveZag/meal-master-frontend.git
Install this project with:
cd meal-master-frontend # Change directory into project folder
npm install # Installs project dependencies
To run the project, execute the following command:
npm start # for running the project in development mode
npx stylelint "**/*.{css,scss}" --fix # Stylelint errors auto correct
npx eslint "**/*.{js,jsx}" --fix # Eslint errors auto correct
To run tests, run the following command:
npm test # for running the tests
- [Improvements on UI design]
- [Mobile version]
- [new_feature_3]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
I would like to acknowledge:
- Microverse for the opportunity to work on this project
- The creative common for the design
- Design from Murat Korkmaz on Behance
-
How I can run this project?
- After cloning repository, run
npm install
to install all dependencies. Then runnpm start
to run the project.
- After cloning repository, run
-
How I can run tests?
- After cloning repository, run
npm install
to install all dependencies. Then runnpm test
to run the tests.
- After cloning repository, run
This project is MIT licensed.