Skip to content

twitter clone front-end for Internet Engineering course - fall 99 built by react+redux

Notifications You must be signed in to change notification settings

rsharifnasab/twitter-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-clone Front-end

build twitter-like front-end for internet engeering course - fall 99

with react+redux

team mates

  1. Roozbeh Sharifnasab +
  2. Parsa Fadaee +
  3. Seyed Mohammad Farahani +

Special thanks to

  • Course instructor: Parham Alvani +
  • Teaching assistant team
    1. Mohammad Movahed +
    2. Reza Ferdowsi +
    3. Parsa Hejabi +
    4. Pouya +

Getting started

To get the frontend running locally:

  • Clone this repo
  • install cross-env
  • npm install to install all req'd dependencies
  • npm start to start the local server (this project uses create-react-app)

Local web server will use port 4100. You can configure port in scripts section of package.json: we use cross-env to set environment variable PORT for React scripts, this is Windows-compatible way of setting environment variables.

Making requests to the backend API

If you want to change the API URL to a local server, simply edit src/agent.js and change API_ROOT to the local server's URL (i.e. https://conduit.productionready.io/api)

inspired by real world

About

twitter clone front-end for Internet Engineering course - fall 99 built by react+redux

Topics

Resources

Stars

Watchers

Forks