Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

msd-code-academy/02-discussion-forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lesson 02 - Simple discussion forum

This project was bootstrapped with Create React App.

The goal

You should consider yourself done after you can reproduce these steps below in your application:

Function scope

Practise & learn

Fork & clone it on your machine, then in the project directory:

npm install # takes some time to complete
npm start

To run solution:

cd solution/
npm install
npm start # or PORT=3001 npm start to run in parallel with working app

Homework

  • Add search field at the top to filter posts by their title
  • Enable post to be edited
  • Enable tags to be removed from post

Useful resources:

About

Code Academy exercise, lesson no. 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published