Skip to content

An app catered for aspiring writers for their works to be critiqued. Made with a react front end and ruby back end. This project was made by myself and a friend. I primarily did the front end.

Notifications You must be signed in to change notification settings

mBarlescu/writers-block-project

 
 

Repository files navigation

writers-block-project

Usage

git clone the project, and then open two terminals.

cd into client for one terminal, and server for the other.

for client, npm install.

for server, bundle install.

then in client, npm start.

in server, rails server -b 0.0.0.0 --port 3001

Go to http://localhost:3000/

Create a story, comment on a story, leave feedback, help eachother become better writers.

Screen Shots

"Homepage" "Leaving feedback on a story"

About

An app catered for aspiring writers for their works to be critiqued. Made with a react front end and ruby back end. This project was made by myself and a friend. I primarily did the front end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.2%
  • JavaScript 28.7%
  • CSS 2.4%
  • HTML 0.7%