Coder Social home page Coder Social logo

readable's Introduction

Readable

This app is the final project for Udacity's Redux course where we had to build a content and comment web app. On it, users will be able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.

This repository includes the code for the backend API Server that we had to use to develop and interact with the front-end portion of the project.

Install and launching the project

  • Install and start the API server
    • cd api-server
    • npm install or just yarn (I prefer this last one)
    • node server
  • In another terminal window, just start the front-end (the development server)
    • npm start

Important note

I use neutrino, not Create React App. I'm used to it and I really like it.

Also note that for this project I tried for first time the re-ducks architecture approach. Several mistakes were made and, on one hand, I regret I made the decission of using this for this project (it delayed me SO MUCH, I needed to do everything in a rush at last and I'm not happy with the final result, there are still errors, but I don't have the time for fixing them T_T). But, on the other hand, I'm glad for taking this decission. I really like this approach and I couldn't fiddle with this at work. I will be using it again in the future and solve the problems I face in this project and learn from them :).

Credits

The SVG icons used in the app are from the following icon sets (I link to their respective licenses in each case):

Both selected and modified via the great Icomoon webapp.

Anyways, I will use them just for this learning exercise.

readable's People

Contributors

ayoalik avatar forbiddenvoid avatar jamesbibby avatar nomemoryerror avatar richardkalehoff avatar soulchainer avatar

Watchers

 avatar  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.