Skip to content

🌐 "Full-Stack Projects" are practical tasks involving both front-end and back-end web development.

License

Notifications You must be signed in to change notification settings

dexkum-2myzZy-jipzid/full-stack-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Full-Stack Projects

Final Project: A Basic Twitter Clone

Description

This project replicates the core features of Twitter. Users can:

  • Post short messages
  • Comment on tweets
  • Like tweets
  • Repost content

Additionally, users have access to a personalized Profile Page, where they can view their own tweets, as well as the tweets they have liked and commented on.

Technologies Used

This project leverages the power of the following technologies:

  • React: A JavaScript library renowned for its efficiency in building interactive user interfaces.
  • Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine, known for its performance and scalability.
  • Express: A minimal and flexible Node.js web application framework, providing a robust set of features for web and mobile applications.

Project2: Vanilla JS SPA

Description

This project involves creating a Single Page Application (SPA) using JavaScript. The SPA is a simple chat application, similar to a single chat forum like #questions in Slack. All users see the same list of messages, including messages posted before they logged in.

Technologies Used

This project leverages the following technologies:

  • JavaScript: The primary language used for creating the SPA and writing REST services.
  • Express: A minimal and flexible Node.js web application framework, used for serving static assets and RESTful services.
  • Webpack and Babel: Used for bundling and transpiling the static JS file loaded by the HTML.
  • CSS: Used for styling the application.

About

🌐 "Full-Stack Projects" are practical tasks involving both front-end and back-end web development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published