Lamtammy1515 / PostMeal_Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Post-Meal App 🍲

The Post-Meal app is a place for everyone who loves food. 🍣 🍱 Users can post their meal experiences and read up on what others have posted about their meal experiences. They are also welcome to leave comments on posts as well! This single page application was created using Ruby on Rails as an API on the backend and React-Redux in the frontend which is responsible for rendering & updating the DOM by making fetch requests to communicate with the Rails API in the backend.

DEMO

BLOG

Installation

Start off by cloning this repo.

In your terminal, cd into postmeal_client.

cd postmeal_client

Run "npm install" in your terminal to save all the packages needed into its dependencies by default.

npm install

Run "npm start" then open your browser to http://localhost:3001/api/v1/

npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

https://github.com/Lamtammy1515/PostMeal_Client

License

MIT

About

License:MIT License


Languages

Language:JavaScript 80.4%Language:CSS 17.9%Language:HTML 1.7%