You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ __NOTE:__ the implementation of an interface will not be evaluated.
12
12
2.__Event details:__ the application must allow the user to see the details of the event, by clicking on the event listing, or accessing the event link;
13
13
3.__User signup:__ the application should allow the user to register by informing: Name, Email, Password, Bio, Profile Picture, City, and State;
14
14
4.__User login:__ The application should allow the user to login using their credentials;
15
-
- 4.1 The login should persist when the application is closed, or updated;
15
+
- 4.1 The login should persist when the application is closed, or reloaded;
16
16
17
17
### Logged Area
18
-
5.__Friend invitation:__ the application will accept the user to enter an email to add as a friend;
18
+
5.__Friend invitation:__ the application will allow the user to enter an email to add as a friend;
19
19
6.__Add as friend:__ The informed user should receive a friend request, or an invitation to register, if they are not already a user;
20
20
7.__Friendship management:__ the user will be able to see your new friend requests, list your friends, and undo friendships;
21
21
8.__Event registration:__ the application should allow the user to register an event by informing: Name, Description, Date, Time, and Place;
@@ -35,7 +35,7 @@ __NOTE:__ the implementation of an interface will not be evaluated.
35
35
36
36
## Deliverables
37
37
The project source code and dependencies should be made available in GitHub. Here are the steps you should follow:
38
-
1.Create a public repository on GitHub (create an account if you don't have one).
38
+
1.Fork this repository to your GitHub account (create an account if you don't have one, you will need it working with us).
39
39
2. Create a "development" branch and commit the code to it. Do not push the code to the master branch.
40
40
3. Include a README file that describes:
41
41
- Special build instructions, if any
@@ -63,4 +63,5 @@ Use the following checklist to ensure high quality of the project.
63
63
2. Briefly describe how you decided on the tools that you used.
64
64
65
65
## Have Fun Coding 🤘
66
-
This challenge description is intentionally vague in some aspects, but if you need assistance feel free to ask for help.
66
+
- This challenge description is intentionally vague in some aspects, but if you need assistance feel free to ask for help.
67
+
- If any of the seens out of your current level, you may skip it, but remember to tell us about it in the pull request.
0 commit comments