Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Happy thoughts Josefin R #438

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2765602
Made component that fetches API
JosefinRobertsson Mar 22, 2023
5791e35
all needed for blue level except styling
JosefinRobertsson Mar 24, 2023
b6045c6
Styling, charcounter, timestamp
JosefinRobertsson Mar 25, 2023
ad252dd
esLint disabled to fix deployment issues
JosefinRobertsson Mar 25, 2023
69f37e2
Update README.md
JosefinRobertsson Mar 29, 2023
3458694
added linebreak and updated timestamp
JosefinRobertsson Mar 29, 2023
8c0e7b0
Merge branch 'master' of https://github.com/JosefinRobertsson/project…
JosefinRobertsson Mar 29, 2023
63b0cd4
changed title
JosefinRobertsson Mar 29, 2023
a7fbf8d
Update README.md
JosefinRobertsson Mar 29, 2023
d6277d5
fixed responsiveness
JosefinRobertsson Mar 30, 2023
2fdcbe1
Merge branch 'master' of https://github.com/JosefinRobertsson/project…
JosefinRobertsson Mar 30, 2023
e914e8f
fixed duplicate function
JosefinRobertsson Mar 30, 2023
6ca7209
added min char disable and red text color
JosefinRobertsson Apr 1, 2023
057a452
updated urls
JosefinRobertsson May 22, 2023
a7ae584
testing timestamp solution
JosefinRobertsson May 22, 2023
cd55192
changing back to prev solution
JosefinRobertsson May 22, 2023
df3e9f0
testing library 'moment' to solve time delay issue
JosefinRobertsson May 22, 2023
f9c2cb9
DataList rewrite and removed loading from input
JosefinRobertsson May 23, 2023
e7186ed
trying to fix vague error
JosefinRobertsson May 23, 2023
e3e14e7
seems the error was from earlier remove of loading
JosefinRobertsson May 23, 2023
6d19ee8
moved single into Datalist return, added .response
JosefinRobertsson May 23, 2023
54ac6a8
everything working on localhost
JosefinRobertsson May 23, 2023
9b397f0
reinstalled moment, npm run build successful
JosefinRobertsson May 23, 2023
1f71e67
changed timestamp handling, dlt redundant comp
JosefinRobertsson May 24, 2023
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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Happy Thoughts

Replace this readme with your own information about your project.

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
A cute little project where you post happy thoughts and like other peoples' happy thoughts and everyone gets happy vibes

## The problem

Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
Create fetches to both post to and get data from the API. Create like button. Follow styling requests

## View it live

Every project should be deployed somewhere. Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about.
https://mellow-duckanoo-8fdcc7.netlify.app/
Loading