GithubHelp home page GithubHelp logo

hmzisb / ajp-sentiment-analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lapinskap/ajp-sentiment-analysis

0.0 1.0 0.0 993 KB

AJP Sentiment Analysis - react application: views and routes by React Router and Reactstrap. Styled-components alongside SCSS, app written from scratch.

HTML 0.46% JavaScript 6.68% CSS 92.86%

ajp-sentiment-analysis's Introduction

ajp-sentiment-analysis

AJP Sentiment Analysis - react application: views and routes by React Router and Reactstrap. Styled-components alongside SCSS, app written from scratch.

Table of contents

General info

Views of the application used to check the quality of given website. Views were written using reactstrap and styled-components. Backend is practically unaffected (at the present time). I would like to write it some day - with Node or Ruby on Rails.

The application was created as a result of attending a laboratory with programming at a local university ("AJP" - http://ajp.edu.pl/)

Screenshots

Example screenshot

Example screenshot

Example screenshot

Example screenshot

Technologies

  • React - Javascript library
  • yarn
  • React Router
  • styled-components

Setup

You need to have yarn or npm installed on your computer. I prefer yarn:

$ cd ajp-sentiment-analysis/
$ yarn
$ yarn run build
$ yarn run start

Code Examples

Here are scripts you can run with this application. Type yarn run + script-name in your terminal.

"scripts": {
    "build-scss": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
    "watch-scss": "npm run build-scss && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
    "start-js": "react-scripts start",
    "start": "npm-run-all -p watch-scss start-js",
    "build": "npm run build-scss && react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }

stateless functional component and usage of Reactstrap + styled-components. A container that does not have to exist in a separate file, but if it already exists, it's easy to paste it into readme!

import React from "react";
import "../Bootstrap.css";
import styled from "styled-components";

const MainTemplate = ({ children }) => {
  return (
      <HeaderText>
        {children}
      </HeaderText>
  );
};

const HeaderText = styled.div`
  color: #7387a9;
  font-weight: 600;
  padding: 8px 0px 0px 15px;
  font-size: 15px;
`;

export default MainTemplate;

Features

List of features ready and TODOs for future development

  • styled-components
  • reactstrap (similar to bootstrap)
  • Awesome views!

To-do list:

  • Add Redux
  • Add connection with API?

Status

Project is:

Frontend: finished

Backend: in progress

Inspiration

Project based on attending a laboratory with programming at a local university.

Contact

Created by @lapinskap - feel free to contact me!

ajp-sentiment-analysis's People

Contributors

lapinskap avatar

Watchers

James Cloos avatar

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.