Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,40 @@
# [your app name here]
# CODEFOLIO

CodePath WEB103 Final Project

Designed and developed by: [your names here]
Designed and developed by:
- Mercy Akinyemi
- Dominique Wilson
- Irene Gallini
- Mycah Accad

🔗 Link to deployed app:

## About

### Description and Purpose

[text goes here]
#### Description
CodeFolio is a developer portfolio builder and social platform designed to help users showcase their projects while connecting with other developers. Users can create personalized profiles that highlight their tech stack, bio, location, and social links, along with uploading project details such as images and external links. The application supports CRUD functionality, allowing users to create posts, search for projects, comment on content, manage profiles, and has user authentication. CodeFolio provides an interactive space for developers to collaborate and grow together.

### Inspiration
#### Purpose
The purpose of CodeFolio is to create a centralized platform where developers can easily showcase their work and discover others with similar interests. It aims to simplify networking by enabling meaningful connections within the developer community. By offering bite-sized project demos and an intuitive browsing experience, CodeFolio helps users learn from one another, gain inspiration, and open doors to internships, job opportunities, and collaborative projects.

[text goes here]
### Inspiration
- As students learning to become developers, we wanted to build a real-world platform that reflects our growth and skills.
- We saw the need for a space where users can easily discover portfolios based on their interests and passions.
- We were inspired by the desire to collaborate with others, showcase our work, and create more opportunities for internships and jobs.

## Tech Stack

Frontend:

Backend:
- Frontend
* React JS
* Vanilla or TailwindCSS
* HTML

- Backend
* DB - PostgreSQL
* Neon
* Express

## Features

Expand Down
12 changes: 6 additions & 6 deletions milestones/milestone1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ This document should be completed and submitted during **Unit 5** of this course

This unit, be sure to complete all tasks listed below. To complete a task, place an `x` between the brackets.

- [ ] Read and understand all required features
- [ ] Understand you **must** implement **all** baseline features and **two** custom features
- [ ] In `readme.md`: update app name to your app's name
- [ ] In `readme.md`: add all group members' names
- [ ] In `readme.md`: complete the **Description and Purpose** section
- [ ] In `readme.md`: complete the **Inspiration** section
- [X] Read and understand all required features
- [X] Understand you **must** implement **all** baseline features and **two** custom features
- [X] In `readme.md`: update app name to your app's name
- [X] In `readme.md`: add all group members' names
- [X] In `readme.md`: complete the **Description and Purpose** section
- [X] In `readme.md`: complete the **Inspiration** section
- [ ] In `readme.md`: list a name and description for all features (minimum 6 for full points) you intend to include in your app (in future units, you will check off features as you complete them and add GIFs demonstrating the features)
- [ ] In `planning/user_stories.md`: add all user stories (minimum 10 for full points)
- [ ] In `planning/user_stories.md`: use 1-3 unique user roles in your user stories
Expand Down