A devtalk application build with React. Using API dev-talk-api created by Jérome Karabenli in collaboration with Benjamin Choron.
Nodejs with version
>=12.0.0
is required to run this project
git clone git@github.com:GermainMichaud/devtalk.git
cd ./devtalk
npm i
# or
yarn
npm run dev
# or
yarn dev
It will build application in folder dist
npm run build
# or
yarn build
Package | Version | Link |
---|---|---|
react | 17.0.2 |
Github |
react-dom | 17.0.2 |
Github |
react-router-dom | 5.2.0 |
Github |
react-query | 3.21.0 |
Github |
zustand | 3.5.10 |
Github |
styled-components | 5.3.1 |
Github |
framer-motion | 4.1.17 |
Github |
Package | Version | Link |
---|---|---|
vite | 2.5.1 |
Github |
@vitejs/plugin-react-refresh | 1.3.6 |
NPM |
- MVP
- Initialize project
- Create components
- Login
- Register
- Navigation
- User Profile
- Talks
- Talk
- Comment
- ...
- Add routing
- Add authentication
- Add styling
- ...
MIT