Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.72 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.72 KB

Chitter Challenge

Project Objectives

This project aims to use all the technologies taught in the last 3 months of Software Engineering Academy and create a full stack app that will be a small twitter clone.

Technologies Used

Javascript, Nodejs, React,MongoDB , HTML, CSS

Project Approach

  • Created the wireframes for the user interface
  • Created the static pages using html
  • Created the components hierarchy
  • Used JSX to write the code for user interface
  • Created the server with Nodejs
  • Created a database with MongoDb
  • Connected the server to the database
  • Connected the front end to the server
  • Used CSS for styling the final program

Wireframes

  • Login page

A8C192D9-E5AA-424A-BF2E-F24E9B6F3977

  • Signup Page

D00AD391-A790-4CB8-8AA0-AF8724770A34

Getting Started

Fork and clone this repository to your local machine Go to the backend folder and open in integrated terminal on your machine and use npm i to install dependecies Use npm start to start the server and connect to the Database Go to frontend folder now and open in integrated terminal Use npm start for the program to open in your browser Enjoy the app

Project Review

This was a challenging project but really needed to improve on the skills I have so far, the project used all the technologies I was taught during the academy and helped me identify where I need to learn further

Potential Next Steps for the Project

As next steps I would like to implement more of the twitter real app into this project and make it more complex