Giter Site home page Giter Site logo

trendr's Issues

Logo

Trendr!!!!!!!!!!!!!!!!!!!!!!

BACKEND - ROUTING

Utils - API.js

Use axios (npm), set up CRUD methods and endpoints

README

Someone needs to create a badass README that includes: a table of contents, descriptions of what our app is and why someone would want to use it, a link to our deployed app, an image/gif or two, and a contributors/contact sections.

Logout Btn Functionality

Would we want to just refresh the page as a quick fix or go through the process of getting users logged out

History Data

Mongo Db.
Figure out how to grab realTimeTrend and import to history and display last five searches in history box

Axios.js in </>src folder

///////////////////////////////////

import axios from 'axios';

const instance = axios.create({
baseURL: 'http://localhost:3001'
//Maybe: 'mongodb://localhost/trendr'
})

export default instance

//////////////////////////////////////
Each component with an axios CRUD method will need to import axios like the below code:
/////////////////////////////////////

import axios from '../axios';

Category Button Components

i.e. [Entertainment] -> -> Title & News Components generate data.

categories:
All : ‘all’
Entertainment: ‘e’
Business : ‘b’
Science/Tech : ‘t’
Health : ‘m’
Sports : ‘s’
Top Stories : ‘h’

React Components

Get a dashboard template working after initializing the react-app and get everything up and running.

Enhance overall aesthetic [future]

Colorize components according to their button gradient
Add a shadow bar beneath the buttons to create segmentation.
Hide the components that hold the twitter, article, and history data.

Authentification Bells & Whistles

Utils, store.js, and specific imports on certain components on the front end to correspond to our web token, authentification, and other back end considerations.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.