Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.46 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.46 KB

This app is live! Click below https://johnjamesmarshalljr.github.io/code-wanderer-frontend/#/

React/Redux with Ruby on Rails API Project. Fetching data from Rails API (https://github.com/johnjamesmarshalljr/code-wanderer-backend), persisting with Ruby on Rails, and rendering resources to the App. This App is only frontend with React/Redux. The details of backend repo follow.

About this project This is a hub for code newbies and beginners. Users can view resourcses by category, add resources themselves, or wander around the app and find videos, memes, and an array of resources to help them learn to code. The special sauce is the "WANDER" button, which takes users to a random resource or source of coding inspiration, leaving the navigation to the algorithm.

Usage: Check out this walk-through video! https://youtu.be/JB9a3aXpjxg

Frontend with React/Redux Clone and check out the repository for client side with React/Redux: https://github.com/johnjamesmarshalljr/code-wanderer-frontend

Start the React server Run npm start and Open http://localhost:3001 to view it in the browser.

Backend Ruby on Rails Clone and check out the repository for Rails API. https://github.com/johnjamesmarshalljr/code-wanderer-backend

Run Bundle install

Create and set up database. Run rails db:create, rails db:migrate and rails db:seed to get started

Start the Rails server Run rails -s Open http://localhost:3000 to view it in the browser.

License This project is licensed under the MIT License.